You are here

protected property Workflow::$type in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/workflows/src/Entity/Workflow.php \Drupal\workflows\Entity\Workflow::type
  2. 9 core/modules/workflows/src/Entity/Workflow.php \Drupal\workflows\Entity\Workflow::type

The workflow type plugin ID.

Type: string

See also

\Drupal\workflows\WorkflowTypeManager

File

core/modules/workflows/src/Entity/Workflow.php, line 89

Class

Workflow
Defines the workflow entity.

Namespace

Drupal\workflows\Entity

Code

protected $type;