public function OpenlayersPluginBase::getUuid in Openlayers 8.4
Returns the unique ID representing the image effect.
Return value
string The image effect ID.
Overrides OpenlayersPluginInterface::getUuid
1 call to OpenlayersPluginBase::getUuid()
- OpenlayersPluginBase::getConfiguration in src/
OpenlayersPluginBase.php - Gets this plugin's configuration.
File
- src/
OpenlayersPluginBase.php, line 110
Class
- OpenlayersPluginBase
- Provides a base class for image effects.
Namespace
Drupal\openlayersCode
public function getUuid() {
return $this->uuid;
}