public function OpenlayersPluginBase::defaultConfiguration in Openlayers 8.4
Gets default configuration for this plugin.
Return value
array An associative array with the default configuration.
Overrides ConfigurableInterface::defaultConfiguration
1 call to OpenlayersPluginBase::defaultConfiguration()
- OpenlayersPluginBase::setConfiguration in src/
OpenlayersPluginBase.php - Sets the configuration for this plugin instance.
16 methods override OpenlayersPluginBase::defaultConfiguration()
- Attribution::defaultConfiguration in src/
Plugin/ OpenlayersControl/ Attribution.php - Gets default configuration for this plugin.
- DragPan::defaultConfiguration in src/
Plugin/ OpenlayersInteraction/ DragPan.php - Gets default configuration for this plugin.
- DragRotate::defaultConfiguration in src/
Plugin/ OpenlayersInteraction/ DragRotate.php - Gets default configuration for this plugin.
- Fill::defaultConfiguration in src/
Plugin/ OpenlayersStyle/ Fill.php - Gets default configuration for this plugin.
- FullScreen::defaultConfiguration in src/
Plugin/ OpenlayersControl/ FullScreen.php - Gets default configuration for this plugin.
File
- src/
OpenlayersPluginBase.php, line 163
Class
- OpenlayersPluginBase
- Provides a base class for image effects.
Namespace
Drupal\openlayersCode
public function defaultConfiguration() {
return [];
}