function WorkflowTypeBase::getConfiguration

Same name and namespace in other branches
  1. 9 core/modules/workflows/src/Plugin/WorkflowTypeBase.php \Drupal\workflows\Plugin\WorkflowTypeBase::getConfiguration()
  2. 10 core/modules/workflows/src/Plugin/WorkflowTypeBase.php \Drupal\workflows\Plugin\WorkflowTypeBase::getConfiguration()
  3. 11.x core/modules/workflows/src/Plugin/WorkflowTypeBase.php \Drupal\workflows\Plugin\WorkflowTypeBase::getConfiguration()

Overrides ConfigurableInterface::getConfiguration

1 call to WorkflowTypeBase::getConfiguration()
ContentModeration::getConfiguration in core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php
Gets this plugin's configuration.
1 method overrides WorkflowTypeBase::getConfiguration()
ContentModeration::getConfiguration in core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php
Gets this plugin's configuration.

File

core/modules/workflows/src/Plugin/WorkflowTypeBase.php, line 63

Class

WorkflowTypeBase
A base class for Workflow type plugins.

Namespace

Drupal\workflows\Plugin

Code

public function getConfiguration() {
    return $this->configuration;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.