You are here

public function EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinition in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 120
Contains \Drupal\Core\Entity\EntityLastInstalledSchemaRepositoryInterface.

Class

EntityLastInstalledSchemaRepositoryInterface
Provides an interface for an installed entity definition repository.

Namespace

Drupal\Core\Entity

Code

public function setLastInstalledFieldStorageDefinition(FieldStorageDefinitionInterface $storage_definition);