You are here

public function OpenlayersMapInterface::getStyles in Openlayers 8.4

Returns the image effects for this style.

Return value

\Drupal\image\ImageEffectPluginCollection|\Drupal\image\ImageEffectInterface[] The image effect plugin collection.

1 method overrides OpenlayersMapInterface::getStyles()
OpenlayersMap::getStyles in src/Entity/OpenlayersMap.php
Returns the image effects for this style.

File

src/OpenlayersMapInterface.php, line 181

Class

OpenlayersMapInterface
Provides an interface defining an Openlayers Map entity.

Namespace

Drupal\openlayers

Code

public function getStyles();