You are here

protected function EntityBase::entityTypeBundleInfo in Drupal 9

Same name and namespace in other branches
  1. 8 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');
}