You are here

public function EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledFieldStorageDefinition in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php \Drupal\Core\Entity\EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledFieldStorageDefinition()

Deletes the field storage definition from the application state.

Parameters

\Drupal\Core\Field\FieldStorageDefinitionInterface $storage_definition: The field storage definition.

1 method overrides EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledFieldStorageDefinition()
EntityLastInstalledSchemaRepository::deleteLastInstalledFieldStorageDefinition in core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php
Deletes the field storage definition from the application state.

File

core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php, line 151

Class

EntityLastInstalledSchemaRepositoryInterface
Provides an interface for an installed entity definition repository.

Namespace

Drupal\Core\Entity

Code

public function deleteLastInstalledFieldStorageDefinition(FieldStorageDefinitionInterface $storage_definition);