ConfigEntityListController |
class |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityListController.php |
Defines the default list controller for ConfigEntity objects. |
ConfigTestController::edit |
function |
drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/ConfigTestController.php |
Presents the ConfigTest edit form. |
TourTestController::create |
function |
drupal/core/modules/tour/tests/tour_test/lib/Drupal/tour_test/Controller/TourTestController.php |
Instantiates a new instance of this controller. |
ControllerResolverTest.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Controller/ControllerResolverTest.php |
|
RoleListController::render |
function |
drupal/core/modules/user/lib/Drupal/user/RoleListController.php |
Implements \Drupal\Core\Entity\EntityListControllerInterface::render(). |
MenuLinkFormController.php |
file |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkFormController.php |
Contains \Drupal\menu_link\MenuLinkFormController. |
EntityFormController::init |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Initialize the form state and the entity before the first form build. |
EntityFormController::form |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Returns the actual form array to be built. |
EntityFormController::save |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Form submission handler for the 'save' action. |
ViewListController::render |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewListController.php |
Overrides Drupal\Core\Entity\EntityListController::render(); |
FormController::$condition |
property |
drupal/core/modules/system/tests/modules/condition_test/lib/Drupal/condition_test/FormController.php |
The condition plugin we will be working with. |
ActionListController::load |
function |
drupal/core/modules/action/lib/Drupal/action/ActionListController.php |
Overrides Drupal\Core\Entity\EntityListController::load(). |
FormController::submitForm |
function |
drupal/core/modules/system/tests/modules/condition_test/lib/Drupal/condition_test/FormController.php |
Implements \Drupal\Core\Form\FormInterface::submitForm(). |
EntityTestRenderController |
class |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestRenderController.php |
Defines an entity render controller for a test entity. |
EntityTestAccessController |
class |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestAccessController.php |
Defines the access controller for the test entity type. |
LegacyControllerSubscriber |
class |
drupal/core/lib/Drupal/Core/EventSubscriber/LegacyControllerSubscriber.php |
Access subscriber for controller requests. |
EntityListController::load |
function |
drupal/core/lib/Drupal/Core/Entity/EntityListController.php |
Implements \Drupal\Core\Entity\EntityListControllerInterface::load(). |
FieldStorageController.php |
file |
drupal/core/modules/field/lib/Drupal/field/FieldStorageController.php |
Contains \Drupal\field\FieldStorageController. |
TermFormController::delete |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::delete(). |
ViewsUIController::listing |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Controller/ViewsUIController.php |
Lists all of the views. |
CategoryFormController.php |
file |
drupal/core/modules/contact/lib/Drupal/contact/CategoryFormController.php |
Definition of Drupal\contact\CategoryFormController. |
VocabularyAccessController |
class |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyAccessController.php |
Defines an access controller for the vocabulary entity. |
CategoryListController.php |
file |
drupal/core/modules/contact/lib/Drupal/contact/CategoryListController.php |
|
UserAutocompleteController |
class |
drupal/core/modules/user/lib/Drupal/user/Controller/UserAutocompleteController.php |
Controller routines for taxonomy user routes. |
ViewFormControllerBase.php |
file |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewFormControllerBase.php |
Contains Drupal\views_ui\ViewFormControllerBase. |
ViewEditFormController.php |
file |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Contains Drupal\views_ui\ViewEditFormController. |
NodeFormController::submit |
function |
drupal/core/modules/node/lib/Drupal/node/NodeFormController.php |
Updates the node object by processing the submitted values. |
NodeFormController::delete |
function |
drupal/core/modules/node/lib/Drupal/node/NodeFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::delete(). |
BlockStorageController.php |
file |
drupal/core/modules/block/lib/Drupal/block/BlockStorageController.php |
Contains \Drupal\block\BlockStorageController. |
CustomBlockController::add |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Controller/CustomBlockController.php |
Displays add custom block links for available types. |
ShortcutController::create |
function |
drupal/core/modules/shortcut/lib/Drupal/shortcut/Controller/ShortcutController.php |
Instantiates a new instance of this controller. |
ViewPageControllerTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewPageControllerTest.php |
Contains \Drupal\views\Tests\ViewPageControllerTest. |
ShortcutFormController.php |
file |
drupal/core/modules/shortcut/lib/Drupal/shortcut/ShortcutFormController.php |
Contains \Drupal\shortcut\ShortcutFormController. |
ControllerResolverTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/ControllerResolverTest.php |
Definition of Drupal\system\Tests\Routing\ControllerResolverTest. |
ShortcutListController.php |
file |
drupal/core/modules/shortcut/lib/Drupal/shortcut/ShortcutListController.php |
|
RegisterFormController.php |
file |
drupal/core/modules/user/lib/Drupal/user/RegisterFormController.php |
Definition of Drupal\user\RegisterFormController. |
RoleFormController::delete |
function |
drupal/core/modules/user/lib/Drupal/user/RoleFormController.php |
Form submission handler for the 'delete' action. |
DbLogController::$database |
property |
drupal/core/modules/dblog/lib/Drupal/dblog/Controller/DbLogController.php |
The database service. |
ViewPageController::create |
function |
drupal/core/modules/views/lib/Drupal/views/Routing/ViewPageController.php |
Instantiates a new instance of this controller. |
ViewPageController::handle |
function |
drupal/core/modules/views/lib/Drupal/views/Routing/ViewPageController.php |
Handles a response for a view. |
BookController::bookRender |
function |
drupal/core/modules/book/lib/Drupal/book/Controller/BookController.php |
Prints a listing of all books. |
LanguageTestController.php |
file |
drupal/core/modules/language/tests/language_test/lib/Drupal/language_test/Controller/LanguageTestController.php |
Contains \Drupal\language_test\Controller\LanguageTestController. |
EntityRenderController.php |
file |
drupal/core/lib/Drupal/Core/Entity/EntityRenderController.php |
Contains \Drupal\Core\Entity\EntityRenderController. |
EntityFormControllerNG.php |
file |
drupal/core/lib/Drupal/Core/Entity/EntityFormControllerNG.php |
Contains \Drupal\Core\Entity\EntityFormControllerNG. |
MenuFormController::actions |
function |
drupal/core/modules/menu/lib/Drupal/menu/MenuFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::actions(). |
ExceptionControllerTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/System/ExceptionControllerTest.php |
|
ProfileFormController::save |
function |
drupal/core/modules/user/lib/Drupal/user/ProfileFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::save(). |
ConfigTestStorageController |
class |
drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/ConfigTestStorageController.php |
@todo. |
UserStorageController::save |
function |
drupal/core/modules/user/lib/Drupal/user/UserStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::save(). |
TwigThemeTestController.php |
file |
drupal/core/modules/system/tests/modules/twig_theme_test/lib/Drupal/twig_theme_test/TwigThemeTestController.php |
Contains \Drupal\twig_theme_test\TwigThemeTestController. |