You are here

protected property EntityListBuilder::$storage in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Entity/EntityListBuilder.php \Drupal\Core\Entity\EntityListBuilder::storage

The entity storage class.

Type: \Drupal\Core\Entity\EntityStorageInterface

File

core/lib/Drupal/Core/Entity/EntityListBuilder.php, line 24
Contains \Drupal\Core\Entity\EntityListBuilder.

Class

EntityListBuilder
Defines a generic implementation to build a listing of entities.

Namespace

Drupal\Core\Entity

Code

protected $storage;