You are here

constant StateInterface::PLUGIN_FORM_KEY in Drupal 9

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

The key of the state plugin form.

File

core/modules/workflows/src/StateInterface.php, line 17

Class

StateInterface
An interface for state value objects.

Namespace

Drupal\workflows

Code

const PLUGIN_FORM_KEY = 'state';