public function ImageZoomOptions::getOptions in Image Zoom 8.3
Returns all options for the profile.
Return value
array The array of options.
Overrides ImageZoomOptionsInterface::getOptions
File
- src/
Entity/ ImageZoomOptions.php, line 78
Class
- ImageZoomOptions
- Defines the Image Zoom options profile entity type.
Namespace
Drupal\imagezoom\EntityCode
public function getOptions() {
return $this->options;
}