W3cubDocs

/Drupal 8

public function EntityTypeInterface::getBundleOf

public EntityTypeInterface::getBundleOf()

Gets the entity type for which this entity provides bundles.

It can be used by other modules to act accordingly; for example, the Field UI module uses it to add operation links to manage fields and displays.

Return value

string|null The entity type for which this entity provides bundles, or NULL if does not provide bundles for another entity type.

File

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

Class

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

Namespace

Drupal\Core\Entity

Code

public function getBundleOf();

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!EntityTypeInterface.php/function/EntityTypeInterface::getBundleOf/8.1.x