EntityDefinitionUpdateManagerInterface::getEntityType

public EntityDefinitionUpdateManagerInterface::getEntityType($entity_type_id)

Returns an entity type definition ready to be manipulated.

When needing to apply updates to existing entity type definitions, this method should always be used to retrieve a definition ready to be manipulated.

Parameters

string $entity_type_id: The entity type identifier.

Return value

\Drupal\Core\Entity\EntityTypeInterface The entity type definition.

File

core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php, line 109

Class

EntityDefinitionUpdateManagerInterface
Defines an interface for managing entity definition updates.

Namespace

Drupal\Core\Entity

Code

1
public function getEntityType($entity_type_id);
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.