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