public function EntityNG::bundle

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

Overrides Entity::bundle

2 calls to EntityNG::bundle()
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.

File

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

Class

EntityNG
Implements Entity Field API specific enhancements to the Entity class.

Namespace

Drupal\Core\Entity

Code

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