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