EntityDataDefinitionInterface::getEntityTypeId

public EntityDataDefinitionInterface::getEntityTypeId()

Gets the entity type ID.

Return value

string|null The entity type ID, or NULL if the entity type is unknown.

File

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

Class

EntityDataDefinitionInterface
Interface for typed data entity definitions.

Namespace

Drupal\Core\Entity\TypedData

Code

public function getEntityTypeId();
doc_Drupal
2016-10-29 09:04:57
Comments
Leave a Comment

Please login to continue.