You are here

protected property EntityViewsData::$fieldStorageDefinitions in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 63
Contains \Drupal\views\EntityViewsData.

Class

EntityViewsData
Provides generic views integration for entities.

Namespace

Drupal\views

Code

protected $fieldStorageDefinitions;