MenuLinkFormController::actions |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkFormController.php |
Overrides EntityFormController::actions(). |
EntityFormController::getFormID |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Returns a unique string identifying the form. |
EntityFormController::buildForm |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Form constructor. |
ViewPreviewFormController::form |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewPreviewFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::form(). |
TraceableControllerResolver.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php |
|
ControllerResolverInterface.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Controller/ControllerResolverInterface.php |
|
ViewListController::buildHeader |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewListController.php |
Overrides Drupal\Core\Entity\EntityListController::buildHeader(); |
TwigThemeTestController::create |
function |
drupal/core/modules/system/tests/modules/twig_theme_test/lib/Drupal/twig_theme_test/TwigThemeTestController.php |
Creates the controller. |
EntityFormController::getEntity |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Implements \Drupal\Core\Entity\EntityFormControllerInterface::getEntity(). |
EntityFormController::setEntity |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Implements \Drupal\Core\Entity\EntityFormControllerInterface::setEntity(). |
EntityViewModeStorageController |
class |
drupal/core/modules/entity/lib/Drupal/entity/EntityViewModeStorageController.php |
Defines the storage controller class for entity view modes. |
AggregatorController::$database |
property |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Controller/AggregatorController.php |
The database connection. |
ViewCloneFormController::submit |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewCloneFormController.php |
Overrides \Drupal\Core\Entity\EntityFormController::form(). |
ViewEditFormController::actions |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::actions(). |
CommentFormController::validate |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::validate(). |
ViewPageControllerTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewPageControllerTest.php |
|
AdminController::$moduleHandler |
property |
drupal/core/modules/system/lib/Drupal/system/Controller/AdminController.php |
Module handler service. |
TermFormController::buildEntity |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::buildEntity(). |
EntityRenderControllerInterface |
interface |
drupal/core/lib/Drupal/Core/Entity/EntityRenderControllerInterface.php |
Defines a common interface for entity view controller classes. |
ViewsUIController::reportFields |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Controller/ViewsUIController.php |
Lists all instances of fields on any views. |
TermStorageController::postSave |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::postSave(). |
HelpController::helpLinksAsList |
function |
drupal/core/modules/help/lib/Drupal/help/Controller/HelpController.php |
Provides a formatted list of available help topics. |
CustomBlockController::$request |
property |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Controller/CustomBlockController.php |
Current request object. |
ShortcutController::__construct |
function |
drupal/core/modules/shortcut/lib/Drupal/shortcut/Controller/ShortcutController.php |
Constructs a new \Drupal\shortcut\Controller\ShortCutController object. |
NodeStorageController::postSave |
function |
drupal/core/modules/node/lib/Drupal/node/NodeStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::postSave(). |
CustomBlockFormController::form |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockFormController.php |
Overrides \Drupal\Core\Entity\EntityFormController::form(). |
CustomBlockFormController::save |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockFormController.php |
Overrides \Drupal\Core\Entity\EntityFormController::save(). |
ControllerResolverTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/ControllerResolverTest.php |
|
BlockListController::submitForm |
function |
drupal/core/modules/block/lib/Drupal/block/BlockListController.php |
Implements \Drupal\Core\Form\FormInterface::submitForm(). |
BlockStorageController::preSave |
function |
drupal/core/modules/block/lib/Drupal/block/BlockStorageController.php |
Acts on an entity before the presave hook is invoked. |
HtmlPageController::$httpKernel |
property |
drupal/core/lib/Drupal/Core/Controller/HtmlPageController.php |
The HttpKernel object to use for subrequests. |
RegisterFormController::actions |
function |
drupal/core/modules/user/lib/Drupal/user/RegisterFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::actions(). |
HtmlPageController::__construct |
function |
drupal/core/lib/Drupal/Core/Controller/HtmlPageController.php |
Constructs a new HtmlPageController. |
ControllerResolver::__construct |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Controller/ControllerResolver.php |
Constructor. |
CustomBlockRenderController.php |
file |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockRenderController.php |
Contains \Drupal\custom_block\CustomBlockRenderController. |
CustomBlockAccessController.php |
file |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockAccessController.php |
Contains \Drupal\custom_block\CustomBlockAccessController. |
DbLogController::$moduleHandler |
property |
drupal/core/modules/dblog/lib/Drupal/dblog/Controller/DbLogController.php |
The module handler service. |
ViewPageController::__construct |
function |
drupal/core/modules/views/lib/Drupal/views/Routing/ViewPageController.php |
Constructs a ViewPageController object. |
ImageStyleStorageController.php |
file |
drupal/core/modules/image/lib/Drupal/image/ImageStyleStorageController.php |
Contains \Drupal\image\ImageStyleStorageController. |
ViewAddFormController::validate |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewAddFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::validate(). |
AccountFormController::validate |
function |
drupal/core/modules/user/lib/Drupal/user/AccountFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::submit(). |
EmailAction::$storageController |
property |
drupal/core/modules/action/lib/Drupal/action/Plugin/Action/EmailAction.php |
The user storage controller. |
VocabularyStorageController.php |
file |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyStorageController.php |
Definition of Drupal\taxonomy\VocabularyStorageController. |
ShortcutFormController::actions |
function |
drupal/core/modules/shortcut/lib/Drupal/shortcut/ShortcutFormController.php |
Overrides \Drupal\Core\Entity\EntityFormController::actions(). |
ViewStorageController::postSave |
function |
drupal/core/modules/views/lib/Drupal/views/ViewStorageController.php |
Overrides Drupal\config\ConfigStorageController::postSave(). |
ConfigStorageController::create |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::create(). |
ConfigStorageController::preSave |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Acts on an entity before the presave hook is invoked. |
ConfigEntityListController::load |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityListController.php |
Overrides Drupal\Core\Entity\EntityListController::load(). |
ItemStorageController::preDelete |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/ItemStorageController.php |
Overrides Drupal\Core\Entity\DataBaseStorageController::preDelete(). |
FeedStorageController::preDelete |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/FeedStorageController.php |
Overrides Drupal\Core\Entity\DataBaseStorageController::preDelete(). |