abstract protected function MapInteractionFormBase::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.
1 method overrides MapInteractionFormBase::prepareOpenlayersLayer()
- MapInteractionEditForm::prepareOpenlayersLayer in src/
Form/ MapInteractionEditForm.php - Converts an image effect ID into an object.
File
- src/
Form/ MapInteractionFormBase.php, line 139
Class
- MapInteractionFormBase
- Provides a base form for image effects.
Namespace
Drupal\openlayers\FormCode
protected abstract function prepareOpenlayersLayer($layer);