public function BricksFieldItemInterface::getOption in Bricks 2.x
Parameters
$option: The name of the option.
null $default: The default.
Return value
mixed The value of the option.
File
- src/
BricksFieldItemInterface.php, line 24
Class
Namespace
Drupal\bricksCode
public function getOption($option, $default = NULL);