class OpenlayersInteractions in Openlayers 7.3
Class Interactions.
@package Drupal\openlayers_ui\UI
Hierarchy
- class \Drupal\openlayers_ui\UI\OpenlayersInteractions extends \Drupal\openlayers_ui\UI\OpenlayersObjects
Expanded class hierarchy of OpenlayersInteractions
File
- modules/
openlayers_ui/ src/ Plugin/ export_ui/ OpenlayersInteractions.php, line 14 - Class Interactions.
Namespace
Drupal\openlayers_ui\UIView 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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
OpenlayersInteractions:: |
public | function |