You are here

OpenlayersInteractions.php in Openlayers 7.3

Class Interactions.

File

modules/openlayers_ui/src/Plugin/export_ui/OpenlayersInteractions.php
View 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

Namesort descending Description
OpenlayersInteractions Class Interactions.