function WorkflowTypeTransitionFormBase::setPlugin

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

Overrides PluginAwareInterface::setPlugin

File

core/modules/workflows/src/Plugin/WorkflowTypeTransitionFormBase.php, line 28

Class

WorkflowTypeTransitionFormBase
A base class for workflow type transition forms.

Namespace

Drupal\workflows\Plugin

Code

public function setPlugin(PluginInspectionInterface $plugin) {
    $this->workflowType = $plugin;
}

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