public function ImageZoomOptionsInterface::getOptions in Image Zoom 8.3
Returns all options for the profile.
Return value
array The array of options.
1 method overrides ImageZoomOptionsInterface::getOptions()
- ImageZoomOptions::getOptions in src/
Entity/ ImageZoomOptions.php - Returns all options for the profile.
File
- src/
Entity/ ImageZoomOptionsInterface.php, line 18
Class
- ImageZoomOptionsInterface
- Provides an interface for defining Image Zoom options profiles.
Namespace
Drupal\imagezoom\EntityCode
public function getOptions();