EntityType::getBundleOf

public EntityType::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.

Overrides EntityTypeInterface::getBundleOf

File

core/lib/Drupal/Core/Entity/EntityType.php, line 674

Class

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

Namespace

Drupal\Core\Entity

Code

public function getBundleOf() {
  return $this->bundle_of;
}
doc_Drupal
2016-10-29 09:07:57
Comments
Leave a Comment

Please login to continue.