You are here

public function ImageZoomOptions::setOptions in Image Zoom 8.3

Sets the profile options.

Parameters

array $options: An array of options.

Overrides ImageZoomOptionsInterface::setOptions

File

src/Entity/ImageZoomOptions.php, line 85

Class

ImageZoomOptions
Defines the Image Zoom options profile entity type.

Namespace

Drupal\imagezoom\Entity

Code

public function setOptions(array $options) {
  $this->options = $options;
}