You are here

public function WorkflowInterface::getSettings in Workflow 8

Returns the array of settings, including defaults for missing settings.

Return value

array The array of settings.

1 method overrides WorkflowInterface::getSettings()
Workflow::getSettings in src/Entity/Workflow.php
Returns the array of settings, including defaults for missing settings.

File

src/Entity/WorkflowInterface.php, line 189

Class

WorkflowInterface
Defines a common interface for Workflow*Transition* objects.

Namespace

Drupal\workflow\Entity

Code

public function getSettings();