You are here

class OpenlayersComponents in Openlayers 7.3

Class openlayers_components_ui.

Hierarchy

  • class \Drupal\openlayers_ui\UI\OpenlayersComponents extends \Drupal\openlayers_ui\UI\OpenlayersObjects

Expanded class hierarchy of OpenlayersComponents

File

modules/openlayers_ui/src/Plugin/export_ui/OpenlayersComponents.php, line 12
Class openlayers_components_ui.

Namespace

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

  /**
   * {@inheritdoc}
   */
  public function hook_menu(&$items) {
    parent::hook_menu($items);
    $items['admin/structure/openlayers/components']['type'] = MENU_LOCAL_TASK;
    $items['admin/structure/openlayers/components']['weight'] = 3;
  }

}

Members