You are here

public function EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledDefinition in Drupal 9

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

Deletes the entity type definition from the application state.

Parameters

string $entity_type_id: The entity type definition identifier.

Return value

$this

1 method overrides EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledDefinition()
EntityLastInstalledSchemaRepository::deleteLastInstalledDefinition in core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php
Deletes the entity type definition from the application state.

File

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

Class

EntityLastInstalledSchemaRepositoryInterface
Provides an interface for an installed entity definition repository.

Namespace

Drupal\Core\Entity

Code

public function deleteLastInstalledDefinition($entity_type_id);