You are here

OpenlayersConfigurablePluginInterface.php in Openlayers 8.4

Namespace

Drupal\openlayers

File

src/OpenlayersConfigurablePluginInterface.php
View source
<?php

namespace Drupal\openlayers;

use Drupal\Core\Plugin\PluginFormInterface;

/**
 * Defines the interface for configurable Openlayers components (styles/controls/interctions).
 *
 * @see \Drupal\image\Annotation\ImageEffect
 * @see \Drupal\image\ConfigurableImageEffectBase
 * @see \Drupal\image\ImageEffectInterface
 * @see \Drupal\image\ImageEffectBase
 * @see \Drupal\image\ImageEffectManager
 * @see plugin_api
 */
interface OpenlayersConfigurablePluginInterface extends OpenlayersPluginInterface, PluginFormInterface {

}

Interfaces

Namesort descending Description
OpenlayersConfigurablePluginInterface Defines the interface for configurable Openlayers components (styles/controls/interctions).