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\EntityCode
public function setOptions(array $options) {
$this->options = $options;
}