You are here

public function EntityType::id in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Entity/EntityType.php \Drupal\Core\Entity\EntityType::id()

Gets the unique identifier of the entity type.

Return value

string The unique identifier of the entity type.

Overrides EntityTypeInterface::id

1 call to EntityType::id()
ConfigEntityType::getConfigPrefix in core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php
Gets the config prefix used by the configuration entity type.

File

core/lib/Drupal/Core/Entity/EntityType.php, line 369
Contains \Drupal\Core\Entity\EntityType.

Class

EntityType
Provides an implementation of an entity type and its metadata.

Namespace

Drupal\Core\Entity

Code

public function id() {
  return $this->id;
}