public function WorkflowInterface::getSetting in Workflow 8
Returns the value of a setting, or its default value if absent.
Parameters
string $key: The setting name.
Return value
mixed The setting value.
1 method overrides WorkflowInterface::getSetting()
- Workflow::getSetting in src/
Entity/ Workflow.php - Returns the value of a setting, or its default value if absent.
File
- src/
Entity/ WorkflowInterface.php, line 200
Class
- WorkflowInterface
- Defines a common interface for Workflow*Transition* objects.
Namespace
Drupal\workflow\EntityCode
public function getSetting($key);