You are here

protected property EntityViewsData::$fieldStorageDefinitions in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/src/EntityViewsData.php \Drupal\views\EntityViewsData::fieldStorageDefinitions
  2. 10 core/modules/views/src/EntityViewsData.php \Drupal\views\EntityViewsData::fieldStorageDefinitions

The field storage definitions for all base fields of the entity type.

Type: \Drupal\Core\Field\FieldStorageDefinitionInterface[]

File

core/modules/views/src/EntityViewsData.php, line 59

Class

EntityViewsData
Provides generic views integration for entities.

Namespace

Drupal\views

Code

protected $fieldStorageDefinitions;