public function 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();

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!TypedData!EntityDataDefinitionInterface.php/function/EntityDataDefinitionInterface::getEntityTypeId/8.1.x