public EntityDefinitionUpdateManagerInterface::installFieldStorageDefinition($name, $entity_type_id, $provider, FieldStorageDefinitionInterface $storage_definition)
Installs a new field storage definition.
string $name: The field storage definition name.
string $entity_type_id: The target entity type identifier.
string $provider: The name of the definition provider.
\Drupal\Core\Field\FieldStorageDefinitionInterface $storage_definition: The field storage definition.
public function installFieldStorageDefinition($name, $entity_type_id, $provider, FieldStorageDefinitionInterface $storage_definition);
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!EntityDefinitionUpdateManagerInterface.php/function/EntityDefinitionUpdateManagerInterface::installFieldStorageDefinition/8.1.x