You are here

constant TransitionInterface::PLUGIN_FORM_KEY in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/workflows/src/TransitionInterface.php \Drupal\workflows\TransitionInterface::PLUGIN_FORM_KEY

The key of the transition plugin form.

File

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

Class

TransitionInterface
A transition value object that describes the transition between two states.

Namespace

Drupal\workflows

Code

const PLUGIN_FORM_KEY = 'transition';