-
- Downloads
Issue #1988666 by Crell, kim.pepper: Cleanup Controllers and Enhancers.
parent
f6dd1e82
No related branches found
No related tags found
Showing
- core/core.services.yml 10 additions, 14 deletionscore/core.services.yml
- core/lib/Drupal/Core/Controller/AjaxController.php 2 additions, 4 deletionscore/lib/Drupal/Core/Controller/AjaxController.php
- core/lib/Drupal/Core/Controller/ControllerInterface.php 29 additions, 0 deletionscore/lib/Drupal/Core/Controller/ControllerInterface.php
- core/lib/Drupal/Core/Controller/ControllerResolver.php 4 additions, 3 deletionscore/lib/Drupal/Core/Controller/ControllerResolver.php
- core/lib/Drupal/Core/Controller/DialogController.php 21 additions, 7 deletionscore/lib/Drupal/Core/Controller/DialogController.php
- core/lib/Drupal/Core/Controller/ExceptionController.php 7 additions, 5 deletionscore/lib/Drupal/Core/Controller/ExceptionController.php
- core/lib/Drupal/Core/Controller/HtmlFormController.php 2 additions, 2 deletionscore/lib/Drupal/Core/Controller/HtmlFormController.php
- core/lib/Drupal/Core/Controller/HtmlPageController.php 12 additions, 14 deletionscore/lib/Drupal/Core/Controller/HtmlPageController.php
- core/lib/Drupal/Core/ControllerInterface.php 6 additions, 17 deletionscore/lib/Drupal/Core/ControllerInterface.php
- core/lib/Drupal/Core/Entity/HtmlEntityFormController.php 3 additions, 3 deletionscore/lib/Drupal/Core/Entity/HtmlEntityFormController.php
- core/lib/Drupal/Core/Routing/Enhancer/AjaxEnhancer.php 1 addition, 1 deletioncore/lib/Drupal/Core/Routing/Enhancer/AjaxEnhancer.php
- core/lib/Drupal/Core/Routing/Enhancer/ContentControllerEnhancer.php 59 additions, 0 deletions...rupal/Core/Routing/Enhancer/ContentControllerEnhancer.php
- core/lib/Drupal/Core/Routing/Enhancer/FormEnhancer.php 1 addition, 1 deletioncore/lib/Drupal/Core/Routing/Enhancer/FormEnhancer.php
- core/lib/Drupal/Core/Routing/Enhancer/ModalEnhancer.php 0 additions, 29 deletionscore/lib/Drupal/Core/Routing/Enhancer/ModalEnhancer.php
- core/lib/Drupal/Core/Routing/Enhancer/PageEnhancer.php 0 additions, 46 deletionscore/lib/Drupal/Core/Routing/Enhancer/PageEnhancer.php
- core/modules/system/lib/Drupal/system/Tests/Routing/ControllerResolverTest.php 1 addition, 1 deletion...ib/Drupal/system/Tests/Routing/ControllerResolverTest.php
- core/modules/system/lib/Drupal/system/Tests/System/ExceptionControllerTest.php 1 addition, 1 deletion...ib/Drupal/system/Tests/System/ExceptionControllerTest.php
Loading
Please register or sign in to comment