public function EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledDefinition in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 67 - Contains \Drupal\Core\Entity\EntityLastInstalledSchemaRepositoryInterface.
Class
- EntityLastInstalledSchemaRepositoryInterface
- Provides an interface for an installed entity definition repository.
Namespace
Drupal\Core\EntityCode
public function deleteLastInstalledDefinition($entity_type_id);