You are here

protected property ResourceTypeRepository::$entityTypeBundleInfo in Drupal 9

Same name and namespace in other branches
  1. 8 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 56

Class

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

Namespace

Drupal\jsonapi\ResourceType

Code

protected $entityTypeBundleInfo;