You are here

protected property ModerationStateSort::$entityTypeManager in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/content_moderation/src/Plugin/views/sort/ModerationStateSort.php \Drupal\content_moderation\Plugin\views\sort\ModerationStateSort::entityTypeManager
  2. 9 core/modules/content_moderation/src/Plugin/views/sort/ModerationStateSort.php \Drupal\content_moderation\Plugin\views\sort\ModerationStateSort::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

core/modules/content_moderation/src/Plugin/views/sort/ModerationStateSort.php, line 26

Class

ModerationStateSort
Enables sorting for the computed moderation_state field.

Namespace

Drupal\content_moderation\Plugin\views\sort

Code

protected $entityTypeManager;