public function ImageZoomOptionsInterface::getOption in Image Zoom 8.3
Returns the value of an option.
Parameters
string $name: The option name.
Return value
mixed The option value.
1 method overrides ImageZoomOptionsInterface::getOption()
- ImageZoomOptions::getOption in src/
Entity/ ImageZoomOptions.php - Returns the value of an option.
File
- src/
Entity/ ImageZoomOptionsInterface.php, line 37
Class
- ImageZoomOptionsInterface
- Provides an interface for defining Image Zoom options profiles.
Namespace
Drupal\imagezoom\EntityCode
public function getOption($name);