protected EntityFieldManager::buildFieldStorageDefinitions($entity_type_id)
Builds field storage definitions for an entity type.
Parameters
string $entity_type_id: The entity type ID. Only entity types that implement \Drupal\Core\Entity\FieldableEntityInterface are supported
Return value
\Drupal\Core\Field\FieldStorageDefinitionInterface[] An array of field storage definitions, keyed by field name.
File
core/lib/Drupal/Core/Entity/EntityFieldManager.php, line 504
Class
EntityFieldManager