You are here

protected property ModerationStateFilter::$workflowStorage in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/content_moderation/src/Plugin/views/filter/ModerationStateFilter.php \Drupal\content_moderation\Plugin\views\filter\ModerationStateFilter::workflowStorage
  2. 9 core/modules/content_moderation/src/Plugin/views/filter/ModerationStateFilter.php \Drupal\content_moderation\Plugin\views\filter\ModerationStateFilter::workflowStorage

The storage handler of the workflow entity type.

Type: \Drupal\Core\Entity\EntityStorageInterface

File

core/modules/content_moderation/src/Plugin/views/filter/ModerationStateFilter.php, line 50

Class

ModerationStateFilter
Provides a filter for the moderation state of an entity.

Namespace

Drupal\content_moderation\Plugin\views\filter

Code

protected $workflowStorage;