You are here

public function EntityType::getBundleEntityType 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::getBundleEntityType()

Gets the name of the entity type which provides bundles.

Return value

string

Overrides EntityTypeInterface::getBundleEntityType

1 call to EntityType::getBundleEntityType()
EntityType::getBundleConfigDependency in core/lib/Drupal/Core/Entity/EntityType.php
Gets the config dependency info for this entity, if any exists.

File

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

Class

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

Namespace

Drupal\Core\Entity

Code

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