You are here

service entity_type.bundle.info in Zircon Profile 8.0

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

Class

Drupal\Core\Entity\EntityTypeBundleInfo
2 string references to entity_type.bundle.info
EntityManagerTest::setUp in core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php
NodeTypeTest::testNodeTypeNoContentType in core/modules/node/src/Tests/NodeTypeTest.php
Tests for when there are no content types defined.

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'