EntityTypeInterface::getBundleEntityType

public EntityTypeInterface::getBundleEntityType()

Gets the name of the entity type which provides bundles.

Return value

string|null The name of the entity type which provides bundles, or NULL if the entity type does not have a bundle entity type.

File

core/lib/Drupal/Core/Entity/EntityTypeInterface.php, line 533

Class

EntityTypeInterface
Provides an interface for an entity type and its metadata.

Namespace

Drupal\Core\Entity

Code

public function getBundleEntityType();
doc_Drupal
2016-10-29 09:08:20
Comments
Leave a Comment

Please login to continue.