Skip to content

Instantly share code, notes, and snippets.

@oskarcalvo
Created February 15, 2019 09:06
Show Gist options
  • Save oskarcalvo/968d3600e383782b56896dc263965303 to your computer and use it in GitHub Desktop.
Save oskarcalvo/968d3600e383782b56896dc263965303 to your computer and use it in GitHub Desktop.
<?php
$items['admin/structure/acb/settings'] = [
'title' => t('Configure ACB settings'),
'page callback' => 'drupal_get_form',
'page arguments' => ['acb_settings_form'],
'access arguments' => ['administer acb layout'],
'type' => MENU_LOCAL_TASK,
'file' => 'src/Form/acb_settings_form.php',
];
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment