You are here

OpenlayersSources.php in Openlayers 7.3

Class openlayers_components_ui.

File

modules/openlayers_ui/src/Plugin/export_ui/OpenlayersSources.php
View source
<?php

/**
 * @file
 * Class openlayers_components_ui.
 */
namespace Drupal\openlayers_ui\UI;


/**
 * Class openlayers_components_ui.
 */
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;
  }

}

Classes

Namesort descending Description
OpenlayersSources Class openlayers_components_ui.