You are here

class OpenlayersSources in Openlayers 7.3

Class openlayers_components_ui.

Hierarchy

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

Expanded class hierarchy of OpenlayersSources

File

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

Namespace

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

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

}

Members