You are here

protected property ResourceTypeRepository::$entityTypeBundleInfo in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php \Drupal\jsonapi\ResourceType\ResourceTypeRepository::entityTypeBundleInfo

The bundle manager.

Type: \Drupal\Core\Entity\EntityTypeBundleInfoInterface

File

core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php, line 55

Class

ResourceTypeRepository
Provides a repository of all JSON:API resource types.

Namespace

Drupal\jsonapi\ResourceType

Code

protected $entityTypeBundleInfo;