function EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledDefinition

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php \Drupal\Core\Entity\EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledDefinition()
  2. 8.9.x core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php \Drupal\Core\Entity\EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledDefinition()
  3. 10 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);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.