You are here

public function OpenlayersInteractions::hook_menu in Openlayers 7.3

File

modules/openlayers_ui/src/Plugin/export_ui/OpenlayersInteractions.php, line 19
Class Interactions.

Class

OpenlayersInteractions
Class Interactions.

Namespace

Drupal\openlayers_ui\UI

Code

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