function ContentEntityStorageBase::onFieldStorageDefinitionCreate
Reacts to the creation of a field storage definition.
Parameters
\Drupal\Core\Field\FieldStorageDefinitionInterface $storage_definition: The definition being created.
Overrides FieldStorageDefinitionListenerInterface::onFieldStorageDefinitionCreate
1 method overrides ContentEntityStorageBase::onFieldStorageDefinitionCreate()
- SqlContentEntityStorage::onFieldStorageDefinitionCreate in core/lib/ Drupal/ Core/ Entity/ Sql/ SqlContentEntityStorage.php 
- Reacts to the creation of a field storage definition.
File
- 
              core/lib/ Drupal/ Core/ Entity/ ContentEntityStorageBase.php, line 526 
Class
- ContentEntityStorageBase
- Base class for content entity storage handlers.
Namespace
Drupal\Core\EntityCode
public function onFieldStorageDefinitionCreate(FieldStorageDefinitionInterface $storage_definition) {
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
