public function ContentEntityStorageBase::onFieldStorageDefinitionCreate in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php \Drupal\Core\Entity\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 149 - Contains \Drupal\Core\Entity\ContentEntityStorageBase.
Class
- ContentEntityStorageBase
- Base class for content entity storage handlers.
Namespace
Drupal\Core\EntityCode
public function onFieldStorageDefinitionCreate(FieldStorageDefinitionInterface $storage_definition) {
}