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