public EntityType::id()
Gets the unique identifier of the entity type.
Return value
string The unique identifier of the entity type.
Overrides EntityTypeInterface::id
File
- core/lib/Drupal/Core/Entity/EntityType.php, line 387
Class
- EntityType
- Provides an implementation of an entity type and its metadata.
Namespace
Drupal\Core\Entity
Code
1 2 3 | public function id() { return $this ->id; } |
Please login to continue.