OpenlayersInteractions.php in Openlayers 7.3
Class Interactions.
Namespace
Drupal\openlayers_ui\UIFile
modules/openlayers_ui/src/Plugin/export_ui/OpenlayersInteractions.phpView source
<?php
/**
* @file
* Class Interactions.
*/
namespace Drupal\openlayers_ui\UI;
/**
* Class Interactions.
*
* @package Drupal\openlayers_ui\UI
*/
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;
}
}
Classes
Name | Description |
---|---|
OpenlayersInteractions | Class Interactions. |