You are here

constant WorkflowTypeInterface::PLUGIN_FORM_KEY in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/workflows/src/WorkflowTypeInterface.php \Drupal\workflows\WorkflowTypeInterface::PLUGIN_FORM_KEY
  2. 10 core/modules/workflows/src/WorkflowTypeInterface.php \Drupal\workflows\WorkflowTypeInterface::PLUGIN_FORM_KEY

The key of the global workflow plugin form.

File

core/modules/workflows/src/WorkflowTypeInterface.php, line 19

Class

WorkflowTypeInterface
An interface for Workflow type plugins.

Namespace

Drupal\workflows

Code

const PLUGIN_FORM_KEY = 'configure';