OpenlayersLayers.php in Openlayers 7.3
Class openlayers_layers_ui.
Namespace
Drupal\openlayers_ui\UIFile
modules/openlayers_ui/src/Plugin/export_ui/OpenlayersLayers.phpView source
<?php
/**
* @file
* Class openlayers_layers_ui.
*/
namespace Drupal\openlayers_ui\UI;
/**
* Class openlayers_layers_ui.
*/
class OpenlayersLayers extends \OpenlayersObjects {
/**
* {@inheritdoc}
*/
public function hook_menu(&$items) {
parent::hook_menu($items);
$items['admin/structure/openlayers/layers']['type'] = MENU_LOCAL_TASK;
$items['admin/structure/openlayers/layers']['weight'] = -5;
}
}
Classes
Name | Description |
---|---|
OpenlayersLayers | Class openlayers_layers_ui. |