
| Current Path : /var/www/html/pallets_old/web/core/modules/field_ui/src/Routing/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/pallets_old/web/core/modules/field_ui/src/Routing/FieldUiRouteEnhancer.php |
<?php
namespace Drupal\field_ui\Routing;
@trigger_error('The ' . __NAMESPACE__ . '\EntityBundleRouteEnhancer is deprecated in drupal:9.4.0 and is removed from drupal:10.0.0. Instead, use \Drupal\Core\Entity\Enhancer\EntityBundleRouteEnhancer. See https://www.drupal.org/node/3245017', E_USER_DEPRECATED);
use Drupal\Core\Entity\Enhancer\EntityBundleRouteEnhancer;
/**
* Enhances Field UI routes by adding proper information about the bundle name.
*
* @deprecated in drupal:9.4.0 and is removed from drupal:10.0.0.
* Use \Drupal\Core\Entity\Enhancer\EntityBundleRouteEnhancer.
*
* @see https://www.drupal.org/node/3245017
*/
class FieldUiRouteEnhancer extends EntityBundleRouteEnhancer {}