ViewPageController |
class |
drupal/core/modules/views/lib/Drupal/views/Routing/ViewPageController.php |
Defines a page controller to execute and render a view. |
AjaxController.php |
file |
drupal/core/lib/Drupal/Core/Controller/AjaxController.php |
Contains \Drupal\Core\Controller\AjaxController. |
HelpController.php |
file |
drupal/core/modules/help/lib/Drupal/help/Controller/HelpController.php |
Contains \Drupal\help\Controller\HelpController. |
MenuFormController |
class |
drupal/core/modules/menu/lib/Drupal/menu/MenuFormController.php |
Base form controller for menu edit forms. |
TestControllers.php |
file |
drupal/core/modules/system/tests/modules/menu_test/lib/Drupal/menu_test/TestControllers.php |
Contains \Drupal\menu_test\TestControllers. |
TestControllers.php |
file |
drupal/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/TestControllers.php |
Definition of Drupal\router_test\TestControllers. |
DbLogController.php |
file |
drupal/core/modules/dblog/lib/Drupal/dblog/Controller/DbLogController.php |
Contains \Drupal\dblog\Controller\DbLogController. |
TestControllers.php |
file |
drupal/core/modules/system/tests/modules/paramconverter_test/lib/Drupal/paramconverter_test/TestControllers.php |
Contains Drupal\paramconverter_test\TestControllers. |
controller_resolver |
service |
drupal/core/core.services.yml |
Drupal\Core\Controller\ControllerResolver |
BlockFormController |
class |
drupal/core/modules/block/lib/Drupal/block/BlockFormController.php |
Provides form controller for block instance forms. |
MockController::run |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MockController.php |
Does nothing; this is just a fake controller method. |
BlockListController |
class |
drupal/core/modules/block/lib/Drupal/block/BlockListController.php |
Defines the block list controller. |
CronController::run |
function |
drupal/core/modules/system/lib/Drupal/system/CronController.php |
Run Cron once. |
ExceptionController |
class |
drupal/core/lib/Drupal/Core/Controller/ExceptionController.php |
This controller handles HTTP errors generated by the routing system. |
ControllerReference |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Controller/ControllerReference.php |
Acts as a marker and a data holder for a Controller. |
ControllerInterface |
interface |
drupal/core/lib/Drupal/Core/Controller/ControllerInterface.php |
Defines a common interface for route controllers. |
AdminController.php |
file |
drupal/core/modules/system/lib/Drupal/system/Controller/AdminController.php |
Contains \Drupal\system\Controller\AdminController. |
ThemeController.php |
file |
drupal/core/modules/system/lib/Drupal/system/Controller/ThemeController.php |
Contains \Drupal\system\Controller\ThemeController. |
EntityListController |
class |
drupal/core/lib/Drupal/Core/Entity/Controller/EntityListController.php |
Defines a generic controller to list entities. |
RoleAccessController |
class |
drupal/core/modules/user/lib/Drupal/user/RoleAccessController.php |
Defines the access controller for the user_role entity type. |
EditorController.php |
file |
drupal/core/modules/editor/lib/Drupal/editor/EditorController.php |
Contains \Drupal\editor\EditorController. |
ItemRenderController |
class |
drupal/core/modules/aggregator/lib/Drupal/aggregator/ItemRenderController.php |
Render controller for aggregator feed items. |
FeedRenderController |
class |
drupal/core/modules/aggregator/lib/Drupal/aggregator/FeedRenderController.php |
Render controller for aggregator feed items. |
UserAccessController |
class |
drupal/core/modules/user/lib/Drupal/user/UserAccessController.php |
Defines the access controller for the user entity type. |
ConfigTestController |
class |
drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/ConfigTestController.php |
Route controller class for the config_test module. |
EntityFormController |
class |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Base class for entity form controllers. |
TestEntityController |
class |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/TestEntityController.php |
Controller class for the test entity entity types. |
ActionListController |
class |
drupal/core/modules/action/lib/Drupal/action/ActionListController.php |
Provides a listing of Actions. |
AggregatorController |
class |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Controller/AggregatorController.php |
Returns responses for aggregator module routes. |
CommonTestController |
class |
drupal/core/modules/system/tests/modules/common_test/lib/Drupal/common_test/Controller/CommonTestController.php |
Controller routines for common_test routes. |
EntityListController |
class |
drupal/core/lib/Drupal/Core/Entity/EntityListController.php |
Provides a generic implementation of an entity list controller. |
DesignTestController |
class |
drupal/core/modules/system/tests/modules/design_test/lib/Drupal/design_test/Controller/DesignTestController.php |
Controller routines for design_test routes. |
TermRenderController |
class |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermRenderController.php |
Render controller for taxonomy terms. |
SystemInfoController |
class |
drupal/core/modules/system/lib/Drupal/system/Controller/SystemInfoController.php |
Returns responses for System Info routes. |
TourRenderController |
class |
drupal/core/modules/tour/lib/Drupal/tour/TourRenderController.php |
Provides a Tour render controller. |
LayoutTestController |
class |
drupal/core/modules/layout/tests/lib/Drupal/layout_test/Controller/LayoutTestController.php |
Controller routines for layout_test routes. |
TermAccessController |
class |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermAccessController.php |
Defines an access controller for the taxonomy term entity. |
NodeAccessController |
class |
drupal/core/modules/node/lib/Drupal/node/NodeAccessController.php |
Defines the access controller for the node entity type. |
exception_controller |
service |
drupal/core/core.services.yml |
Drupal\Core\Controller\ExceptionController |
ConfigController.php |
file |
drupal/core/modules/config/lib/Drupal/config/Controller/ConfigController.php |
Contains \Drupal\config\Controller\ConfigController |
NodeRenderController |
class |
drupal/core/modules/node/lib/Drupal/node/NodeRenderController.php |
Render controller for nodes. |
ContextualController |
class |
drupal/core/modules/contextual/lib/Drupal/contextual/ContextualController.php |
Returns responses for Contextual module routes. |
Controller::__invoke |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php |
|
LayoutController.php |
file |
drupal/core/modules/layout/lib/Drupal/layout/Controller/LayoutController.php |
Contains \Drupal\layout\Controller\LayoutController. |
UpdateController.php |
file |
drupal/core/modules/update/lib/Drupal/update/Controller/UpdateController.php |
Contains \Drupal\update\Controller\UpdateController. |
FilterController.php |
file |
drupal/core/modules/filter/lib/Drupal/filter/Controller/FilterController.php |
Contains \Drupal\filter\Controller\FilterController. |
DialogController.php |
file |
drupal/core/lib/Drupal/Core/Controller/DialogController.php |
Contains \Drupal\Core\Controller\DialogController. |
TestControllers::test |
function |
drupal/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/TestControllers.php |
|
ItemStorageController |
class |
drupal/core/modules/aggregator/lib/Drupal/aggregator/ItemStorageController.php |
Controller class for aggregators items. |
FeedStorageController |
class |
drupal/core/modules/aggregator/lib/Drupal/aggregator/FeedStorageController.php |
Controller class for aggregators feeds. |