openlayers-8.x-4.x-dev/src/OpenlayersConfigurablePluginInterface.php
src/OpenlayersConfigurablePluginInterface.php
<?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 {
}
