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

public function setEntityTypeId($entity_type_id);
doc_Drupal
2016-10-29 09:04:58
Comments
Leave a Comment

Please login to continue.