ProfileFormController |
class |
drupal/core/modules/user/lib/Drupal/user/ProfileFormController.php |
Form controller for the profile forms. |
ToolbarController.php |
file |
drupal/core/modules/toolbar/lib/Drupal/toolbar/Routing/ToolbarController.php |
Contains \Drupal\toolbar\Routing\ToolbarController. |
UserStorageController |
class |
drupal/core/modules/user/lib/Drupal/user/UserStorageController.php |
Controller class for users. |
CommentFormController |
class |
drupal/core/modules/comment/lib/Drupal/comment/CommentFormController.php |
Base for controller for comment forms. |
TermStorageController |
class |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermStorageController.php |
Defines a Controller class for taxonomy terms. |
BlockRenderController |
class |
drupal/core/modules/block/lib/Drupal/block/BlockRenderController.php |
Provides a Block render controller. |
ViewsUIController.php |
file |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Controller/ViewsUIController.php |
Contains \Drupal\views_ui\Controller\ViewsUIController. |
CustomBlockController |
class |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Controller/CustomBlockController.php |
|
entity_get_controller |
function |
drupal/core/includes/entity.inc |
Gets the entity controller class for an entity type. |
FileStorageController |
class |
drupal/core/modules/file/lib/Drupal/file/FileStorageController.php |
File storage controller for files. |
NodeStorageController |
class |
drupal/core/modules/node/lib/Drupal/node/NodeStorageController.php |
Controller class for nodes. |
BlockAccessController |
class |
drupal/core/modules/block/lib/Drupal/block/BlockAccessController.php |
Provides a Block access controller. |
MessageFormController |
class |
drupal/core/modules/contact/lib/Drupal/contact/MessageFormController.php |
Form controller for contact message forms. |
MachineNameController |
class |
drupal/core/modules/system/lib/Drupal/system/MachineNameController.php |
Controller routines for machine name transliteration routes. |
ViewAddFormController |
class |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewAddFormController.php |
Form controller for the Views edit form. |
AccountFormController |
class |
drupal/core/modules/user/lib/Drupal/user/AccountFormController.php |
Form controller for the user account forms. |
RoleStorageController |
class |
drupal/core/modules/user/lib/Drupal/user/RoleStorageController.php |
Controller class for user roles. |
FilterControllerEvent |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/FilterControllerEvent.php |
Allows filtering of a controller callable |
ViewStorageController |
class |
drupal/core/modules/views/lib/Drupal/views/ViewStorageController.php |
Defines the storage controller class for View entities. |
ShortcutController.php |
file |
drupal/core/modules/shortcut/lib/Drupal/shortcut/Controller/ShortcutController.php |
Contains \Drupal\shortcut\Controller\ShortCutController. |
TestControllers::test1 |
function |
drupal/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/TestControllers.php |
|
TestControllers::test2 |
function |
drupal/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/TestControllers.php |
|
TestControllers::test3 |
function |
drupal/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/TestControllers.php |
|
TestControllers::test4 |
function |
drupal/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/TestControllers.php |
|
TestControllers::test5 |
function |
drupal/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/TestControllers.php |
|
TestControllers::test6 |
function |
drupal/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/TestControllers.php |
|
TestControllers::test7 |
function |
drupal/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/TestControllers.php |
|
TestControllers::test8 |
function |
drupal/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/TestControllers.php |
|
EntityRenderController |
class |
drupal/core/lib/Drupal/Core/Entity/EntityRenderController.php |
Base class for entity view controllers. |
FieldStorageController |
class |
drupal/core/modules/field/lib/Drupal/field/FieldStorageController.php |
Controller class for fields. |
EntityFormControllerNG |
class |
drupal/core/lib/Drupal/Core/Entity/EntityFormControllerNG.php |
Entity form controller variant for entity types using the new property API. |
MenuFormController.php |
file |
drupal/core/modules/menu/lib/Drupal/menu/MenuFormController.php |
Contains Drupal\menu\MenuFormController. |
MenuLinkFormController |
class |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkFormController.php |
Form controller for the node edit forms. |
MenuListController.php |
file |
drupal/core/modules/menu/lib/Drupal/menu/MenuListController.php |
|
AjaxTestController.php |
file |
drupal/core/modules/system/tests/modules/ajax_test/lib/Drupal/ajax_test/AjaxTestController.php |
Contains \Drupal\ajax_test\AjaxTestController. |
ControllerResolverTest |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Controller/ControllerResolverTest.php |
|
ControllerResolver.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Controller/ControllerResolver.php |
|
ViewFormControllerBase |
class |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewFormControllerBase.php |
Base form controller for Views forms. |
ViewEditFormController |
class |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Form controller for the Views edit form. |
FeedFormController.php |
file |
drupal/core/modules/aggregator/lib/Drupal/aggregator/FeedFormController.php |
Contains \Drupal\aggregator\FeedFormController. |
ViewPageControllerTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewPageControllerTest.php |
Tests the page controller but not the actualy execution/rendering of a view. |
AdminController::index |
function |
drupal/core/modules/system/lib/Drupal/system/Controller/AdminController.php |
Prints a listing of admin tasks, organized by module. |
EntityAccessController |
class |
drupal/core/lib/Drupal/Core/Entity/EntityAccessController.php |
Defines a default implementation for entity access controllers. |
NodeFormController.php |
file |
drupal/core/modules/node/lib/Drupal/node/NodeFormController.php |
Definition of Drupal\node\NodeFormController. |
LanguageTestController |
class |
drupal/core/modules/language/tests/language_test/lib/Drupal/language_test/Controller/LanguageTestController.php |
Controller routines for language_test routes. |
UserController::create |
function |
drupal/core/modules/user/lib/Drupal/user/Controller/UserController.php |
Instantiates a new instance of this controller. |
UserController::logout |
function |
drupal/core/modules/user/lib/Drupal/user/Controller/UserController.php |
Logs the current user out. |
HelpController::create |
function |
drupal/core/modules/help/lib/Drupal/help/Controller/HelpController.php |
Instantiates a new instance of this controller. |
ViewListController.php |
file |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewListController.php |
Definition of Drupal\views_ui\ViewListController. |
ViewPageController.php |
file |
drupal/core/modules/views/lib/Drupal/views/Routing/ViewPageController.php |
Contains \Drupal\views\Routing\ViewPageController. |