public EntityInterface::getEntityTypeId()
Gets the ID of the type of the entity.
Return value
string The entity type ID.
File
- core/lib/Drupal/Core/Entity/EntityInterface.php, line 79
Class
- EntityInterface
- Defines a common interface for all entity objects.
Namespace
Drupal\Core\Entity
Code
public function getEntityTypeId();
Please login to continue.