You are here

protected property ModeratedNodeListBuilder::$storage in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/content_moderation/src/ModeratedNodeListBuilder.php \Drupal\content_moderation\ModeratedNodeListBuilder::storage

The entity storage class.

Type: \Drupal\Core\Entity\RevisionableStorageInterface

Overrides EntityListBuilder::$storage

File

core/modules/content_moderation/src/ModeratedNodeListBuilder.php, line 24

Class

ModeratedNodeListBuilder
Defines a class to build a listing of moderated node entities.

Namespace

Drupal\content_moderation

Code

protected $storage;