service paramconverter.entity in Drupal 10
Same name and namespace in other branches
- 8 core/core.services.yml \paramconverter.entity
- 9 core/core.services.yml \paramconverter.entity
Class
Drupal\Core\ParamConverter\EntityConverterTags
- paramconverter
2 string references to paramconverter.entity
- EntityConverterLatestRevisionTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ ParamConverter/ EntityConverterLatestRevisionTest.php - EntityConverterTest::testRouteParamWithBundleDefinition in core/
tests/ Drupal/ KernelTests/ Core/ ParamConverter/ EntityConverterTest.php - Tests an entity route parameter having 'bundle' definition property.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\ParamConverter\EntityConverter
- tags:
- - { name: paramconverter }
- arguments:
- - '@entity_type.manager'
- - '@entity.repository'