EntityDataDefinitionInterface::setEntityTypeId

public EntityDataDefinitionInterface::setEntityTypeId($entity_type_id)

Sets the entity type ID.

Parameters

string $entity_type_id: The entity type to set.

Return value

$this

File

core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinitionInterface.php, line 28

Class

EntityDataDefinitionInterface
Interface for typed data entity definitions.

Namespace

Drupal\Core\Entity\TypedData

Code

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

Please login to continue.