function EntityDataDefinition::setEntityTypeId
Sets the entity type ID.
Parameters
string $entity_type_id: The entity type to set.
Return value
$this
Overrides EntityDataDefinitionInterface::setEntityTypeId
File
-
core/
lib/ Drupal/ Core/ Entity/ TypedData/ EntityDataDefinition.php, line 126
Class
- EntityDataDefinition
- A typed data definition class for describing entities.
Namespace
Drupal\Core\Entity\TypedDataCode
public function setEntityTypeId($entity_type_id) {
return $this->addConstraint('EntityType', $entity_type_id);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.