You are here

class OpenlayersInteractions in Openlayers 7.3

Class Interactions.

@package Drupal\openlayers_ui\UI

Hierarchy

Expanded class hierarchy of OpenlayersInteractions

File

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

Namespace

Drupal\openlayers_ui\UI
View source
class OpenlayersInteractions extends \OpenlayersObjects {

  /**
   * {@inheritdoc}
   */
  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;
  }

}

Members