You are here

service entity_type.bundle.info in Drupal 9

Same name and namespace in other branches
  1. 8 core/core.services.yml \entity_type.bundle.info

Class

Drupal\Core\Entity\EntityTypeBundleInfo
58 string references to entity_type.bundle.info
AccountForm::create in core/modules/user/src/AccountForm.php
Instantiates a new instance of this class.
BlockContentEntityReferenceSelectionTest::setUp in core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php
BookOutlineForm::create in core/modules/book/src/Form/BookOutlineForm.php
Instantiates a new instance of this class.
Bundle::create in core/modules/views/src/Plugin/views/filter/Bundle.php
Creates an instance of the plugin.
CommentForm::create in core/modules/comment/src/CommentForm.php
Instantiates a new instance of this class.

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Entity\EntityTypeBundleInfo
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@language_manager'
  5. - '@module_handler'
  6. - '@typed_data_manager'
  7. - '@cache.discovery'