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();
Please login to continue.