You are here

public function OpenlayersPluginBase::label in Openlayers 8.4

Returns the image effect label.

Return value

string The image effect label.

Overrides OpenlayersPluginInterface::label

1 call to OpenlayersPluginBase::label()
OpenlayersPluginBase::getSummary in src/OpenlayersPluginBase.php
Returns a render array summarizing the configuration of the image effect.

File

src/OpenlayersPluginBase.php, line 103

Class

OpenlayersPluginBase
Provides a base class for image effects.

Namespace

Drupal\openlayers

Code

public function label() {
  return $this->pluginDefinition['label'];
}