public function EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinition in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php \Drupal\Core\Entity\EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinition()
Stores the field storage definition in the application state.
Parameters
\Drupal\Core\Field\FieldStorageDefinitionInterface $storage_definition: The field storage definition.
1 method overrides EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinition()
- EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinition in core/
lib/ Drupal/ Core/ Entity/ EntityLastInstalledSchemaRepository.php - Stores the field storage definition in the application state.
File
- core/
lib/ Drupal/ Core/ Entity/ EntityLastInstalledSchemaRepositoryInterface.php, line 143
Class
- EntityLastInstalledSchemaRepositoryInterface
- Provides an interface for an installed entity definition repository.
Namespace
Drupal\Core\EntityCode
public function setLastInstalledFieldStorageDefinition(FieldStorageDefinitionInterface $storage_definition);