You are here

public function OpenlayersPluginInterface::getUuid in Openlayers 8.4

Returns the unique ID representing the image effect.

Return value

string The image effect ID.

1 method overrides OpenlayersPluginInterface::getUuid()
OpenlayersPluginBase::getUuid in src/OpenlayersPluginBase.php
Returns the unique ID representing the image effect.

File

src/OpenlayersPluginInterface.php, line 86

Class

OpenlayersPluginInterface
Defines the interface for image effects.

Namespace

Drupal\openlayers

Code

public function getUuid();