constant ManageDisplayRouteEnhancer::CONTROLLER_REPLACE in Manage display 8
File
- modules/manage_display_fix_title/src/Entity/ManageDisplayRouteEnhancer.php, line 13
Class
- ManageDisplayRouteEnhancer
- Enhances an entity form route with the appropriate controller.
Namespace
Drupal\manage_display_fix_title\Entity
Code
const CONTROLLER_REPLACE = [
'\\Drupal\\Core\\Entity\\Controller\\EntityViewController::view' => '\\Drupal\\manage_display_fix_title\\Controller\\ManageDisplayEntityViewController::view',
'\\Drupal\\node\\Controller\\NodeViewController::view' => '\\Drupal\\manage_display_fix_title\\Controller\\ManageDisplayNodeViewController::view',
];