public function Entity::entityType

Implements \Drupal\Core\Entity\EntityInterface::entityType().

Overrides EntityInterface::entityType

5 calls to Entity::entityType()
Entity::entityInfo in drupal/core/lib/Drupal/Core/Entity/Entity.php
Implements \Drupal\Core\Entity\EntityInterface::entityInfo().
EntityFormDisplay::serialize in drupal/core/modules/entity/lib/Drupal/entity/Plugin/Core/Entity/EntityFormDisplay.php
EntityNG::getTranslation in drupal/core/lib/Drupal/Core/Entity/EntityNG.php
Implements \Drupal\Core\TypedData\TranslatableInterface::getTranslation().
EntityNG::uriPlaceholderReplacements in drupal/core/lib/Drupal/Core/Entity/EntityNG.php
Returns an array of placeholders for this entity.
TestEntity::bundle in drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/TestEntity.php
Overrides Drupal\Core\Entity\Entity::bundle().

File

drupal/core/lib/Drupal/Core/Entity/Entity.php, line 125
Contains \Drupal\Core\Entity\Entity.

Class

Entity
Defines a base entity class.

Namespace

Drupal\Core\Entity

Code

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