field_ui.route_enhancer

Same name in other branches
  1. 8.9.x core/modules/field_ui/field_ui.services.yml \field_ui.route_enhancer

Class

Drupal\Core\Entity\Enhancer\EntityBundleRouteEnhancer

Tags

  • route_enhancer
1 string reference to field_ui.route_enhancer
FieldUiRouteEnhancerTest::testFieldUiRouteEnhancerDeprecation in core/modules/field_ui/tests/src/Kernel/FieldUiRouteEnhancerTest.php
Tests deprecation of the "field_ui.route_enhancer" service.

File

core/modules/field_ui/field_ui.services.yml

View source
  1. alias: route_enhancer.entity_bundle
  2. deprecated: 'The "%alias_id%" service is deprecated in drupal:9.4.0 and is removed from drupal:10.0.0. Use the "route_enhancer.entity_bundle" service instead. See https://www.drupal.org/node/3245017'
  3. class: Drupal\Core\Entity\Enhancer\EntityBundleRouteEnhancer
  4. arguments:
  5. - '@entity_type.manager'
  6. tags:
  7. - { name: route_enhancer }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.