public static function WorkflowInterface::defaultSettings in Workflow 8
Defines the default settings for this plugin.
Return value
array A list of default settings, keyed by the setting name.
1 method overrides WorkflowInterface::defaultSettings()
- Workflow::defaultSettings in src/
Entity/ Workflow.php - Defines the default settings for this plugin.
File
- src/
Entity/ WorkflowInterface.php, line 181
Class
- WorkflowInterface
- Defines a common interface for Workflow*Transition* objects.
Namespace
Drupal\workflow\EntityCode
public static function defaultSettings();