class FieldUiRouteEnhancer
Enhances Field UI routes by adding proper information about the bundle name.
Hierarchy
- class \Drupal\Core\Entity\Enhancer\EntityBundleRouteEnhancer implements \Drupal\Core\Routing\EnhancerInterface
- class \Drupal\field_ui\Routing\FieldUiRouteEnhancer extends \Drupal\Core\Entity\Enhancer\EntityBundleRouteEnhancer
 
 
Expanded class hierarchy of FieldUiRouteEnhancer
Deprecated
in drupal:9.4.0 and is removed from drupal:10.0.0. Use \Drupal\Core\Entity\Enhancer\EntityBundleRouteEnhancer.
See also
https://www.drupal.org/node/3245017
1 file declares its use of FieldUiRouteEnhancer
- FieldUiRouteEnhancerTest.php in core/
modules/ field_ui/ tests/ src/ Unit/ FieldUiRouteEnhancerTest.php  
File
- 
              core/
modules/ field_ui/ src/ Routing/ FieldUiRouteEnhancer.php, line 17  
Namespace
Drupal\field_ui\RoutingView source
class FieldUiRouteEnhancer extends EntityBundleRouteEnhancer {
}
Members
| Title Sort descending | Modifiers | Object type | Summary | Overriden Title | 
|---|---|---|---|---|
| EntityBundleRouteEnhancer::$entityTypeManager | protected | property | The entity type manager service. | |
| EntityBundleRouteEnhancer::applies | protected | function | ||
| EntityBundleRouteEnhancer::enhance | public | function | Updates the defaults for a route definition based on the request. | Overrides EnhancerInterface::enhance | 
| EntityBundleRouteEnhancer::__construct | public | function | Constructs a EntityBundleRouteEnhancer object. | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.