function EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinition
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php \Drupal\Core\Entity\EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinition()
- 10 core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php \Drupal\Core\Entity\EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinition()
- 11.x 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);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.