You are here

abstract protected function MapStyleFormBase::prepareOpenlayersLayer in Openlayers 8.4

Converts an image effect ID into an object.

Parameters

string $image_effect: The image effect ID.

Return value

\Drupal\image\ImageEffectInterface The image effect object.

File

src/Form/MapStyleFormBase.php, line 144

Class

MapStyleFormBase
Provides a base form for image effects.

Namespace

Drupal\openlayers\Form

Code

protected abstract function prepareOpenlayersLayer($layer);