function 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.