You are here

public function OpenlayersControls::hook_menu in Openlayers 7.3

File

modules/openlayers_ui/src/Plugin/export_ui/OpenlayersControls.php, line 19
Class Controls.

Class

OpenlayersControls
Class Controls.

Namespace

Drupal\openlayers_ui\UI

Code

public function hook_menu(&$items) {
  parent::hook_menu($items);
  $items['admin/structure/openlayers/controls']['type'] = MENU_LOCAL_TASK;
  $items['admin/structure/openlayers/controls']['weight'] = 1;
}