You are here

public function ImageZoomOptionsInterface::setOptions in Image Zoom 8.3

Sets the profile options.

Parameters

array $options: An array of options.

1 method overrides ImageZoomOptionsInterface::setOptions()
ImageZoomOptions::setOptions in src/Entity/ImageZoomOptions.php
Sets the profile options.

File

src/Entity/ImageZoomOptionsInterface.php, line 26

Class

ImageZoomOptionsInterface
Provides an interface for defining Image Zoom options profiles.

Namespace

Drupal\imagezoom\Entity

Code

public function setOptions(array $options);