function EntityBase::entityTypeBundleInfo

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Entity/EntityBase.php \Drupal\Core\Entity\EntityBase::entityTypeBundleInfo()
  2. 8.9.x core/lib/Drupal/Core/Entity/EntityBase.php \Drupal\Core\Entity\EntityBase::entityTypeBundleInfo()
  3. 10 core/lib/Drupal/Core/Entity/EntityBase.php \Drupal\Core\Entity\EntityBase::entityTypeBundleInfo()

Gets the entity type bundle info service.

Return value

\Drupal\Core\Entity\EntityTypeBundleInfoInterface

File

core/lib/Drupal/Core/Entity/EntityBase.php, line 81

Class

EntityBase
Defines a base entity class.

Namespace

Drupal\Core\Entity

Code

protected function entityTypeBundleInfo() {
    return \Drupal::service('entity_type.bundle.info');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.