CommonTestController.php |
file |
drupal/core/modules/system/tests/modules/common_test/lib/Drupal/common_test/Controller/CommonTestController.php |
Contains \Drupal\common_test\Controller\CommonTestController. |
DesignTestController.php |
file |
drupal/core/modules/system/tests/modules/design_test/lib/Drupal/design_test/Controller/DesignTestController.php |
Contains \Drupal\design_test\Controller\DesignTestController. |
MenuFormController::form |
function |
drupal/core/modules/menu/lib/Drupal/menu/MenuFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::form(). |
EntityFormController.php |
file |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Contains \Drupal\Core\Entity\EntityFormController. |
DatabaseStorageController |
class |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Defines a base entity controller class. |
EntityReferenceController |
class |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/EntityReferenceController.php |
Defines route controller for entity reference. |
MenuLinkStorageController |
class |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Controller class for menu links. |
ContentControllerEnhancer |
class |
drupal/core/lib/Drupal/Core/Routing/Enhancer/ContentControllerEnhancer.php |
Enhances a route to select a controller based on the mime type of the request. |
FileStorageController.php |
file |
drupal/core/modules/file/lib/Drupal/file/FileStorageController.php |
Definition of Drupal\file\FileStorageController. |
FilterControllerEvent.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/FilterControllerEvent.php |
|
ViewPreviewFormController |
class |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewPreviewFormController.php |
Form controller for the Views preview form. |
MachineNameController.php |
file |
drupal/core/modules/system/lib/Drupal/system/MachineNameController.php |
Contains \Drupal\system\MachineNameController. |
CommentFormController.php |
file |
drupal/core/modules/comment/lib/Drupal/comment/CommentFormController.php |
Definition of Drupal\comment\CommentFormController. |
FormController::getFormID |
function |
drupal/core/modules/system/tests/modules/condition_test/lib/Drupal/condition_test/FormController.php |
Implements \Drupal\Core\Form\FormInterface::getFormID(). |
FormController::buildForm |
function |
drupal/core/modules/system/tests/modules/condition_test/lib/Drupal/condition_test/FormController.php |
Implements \Drupal\Core\Form\FormInterface::buildForm(). |
MachineNameControllerTest |
class |
drupal/core/modules/system/tests/Drupal/system/Tests/Transliteration/MachineNameControllerTest.php |
Tests machine name controller's transliteration functionality. |
ItemStorageController.php |
file |
drupal/core/modules/aggregator/lib/Drupal/aggregator/ItemStorageController.php |
Contains \Drupal\aggregator\ItemStorageController. |
FeedStorageController.php |
file |
drupal/core/modules/aggregator/lib/Drupal/aggregator/FeedStorageController.php |
Contains \Drupal\aggregator\FeedStorageController. |
TermTranslationController |
class |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermTranslationController.php |
Defines the translation controller class for terms. |
SystemInfoController::php |
function |
drupal/core/modules/system/lib/Drupal/system/Controller/SystemInfoController.php |
Returns the contents of phpinfo(). |
EntityControllerInterface |
interface |
drupal/core/lib/Drupal/Core/Entity/EntityControllerInterface.php |
Defines a common interface for entity controllers. |
ViewsUIController::create |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Controller/ViewsUIController.php |
Instantiates a new instance of this controller. |
NodeStorageController.php |
file |
drupal/core/modules/node/lib/Drupal/node/NodeStorageController.php |
Definition of Drupal\node\NodeStorageController. |
MessageFormController.php |
file |
drupal/core/modules/contact/lib/Drupal/contact/MessageFormController.php |
Definition of Drupal\contact\MessageFormController. |
ViewAddFormController.php |
file |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewAddFormController.php |
Contains Drupal\views_ui\ViewAddFormController. |
EditController::fieldForm |
function |
drupal/core/modules/edit/lib/Drupal/edit/EditController.php |
Returns a single field edit form as an Ajax response. |
Controller::contactAction |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/Controller.php |
Plugin annotation
@Route("/contact", name="_demo_contact")
@Template() |
BlockRenderController.php |
file |
drupal/core/modules/block/lib/Drupal/block/BlockRenderController.php |
Contains \Drupal\block\BlockRenderController. |
BlockAccessController.php |
file |
drupal/core/modules/block/lib/Drupal/block/BlockAccessController.php |
Contains \Drupal\block\BlockAccessController. |
BlockFormController::form |
function |
drupal/core/modules/block/lib/Drupal/block/BlockFormController.php |
Overrides \Drupal\Core\Entity\EntityFormController::form(). |
NodeTranslationController |
class |
drupal/core/modules/node/lib/Drupal/node/NodeTranslationController.php |
Defines the translation controller class for nodes. |
CustomBlockFormController |
class |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockFormController.php |
Form controller for the custom block edit forms. |
BlockListController::load |
function |
drupal/core/modules/block/lib/Drupal/block/BlockListController.php |
Overrides \Drupal\Core\Config\Entity\ConfigEntityListController::load(). |
BlockListController::sort |
function |
drupal/core/modules/block/lib/Drupal/block/BlockListController.php |
Sorts active blocks by region then weight; sorts inactive blocks by name. |
AccountFormController.php |
file |
drupal/core/modules/user/lib/Drupal/user/AccountFormController.php |
Definition of Drupal\user\AccountFormController. |
RoleStorageController.php |
file |
drupal/core/modules/user/lib/Drupal/user/RoleStorageController.php |
Contains \Drupal\user\RoleStorageController. |
ViewStorageController.php |
file |
drupal/core/modules/views/lib/Drupal/views/ViewStorageController.php |
Definition of Drupal\views\ViewStorageController. |
CategoryStorageController |
class |
drupal/core/modules/contact/lib/Drupal/contact/CategoryStorageController.php |
Controller class for contact categories. |
ProfileFormController.php |
file |
drupal/core/modules/user/lib/Drupal/user/ProfileFormController.php |
Definition of Drupal\user\ProfileFormController. |
UserStorageController.php |
file |
drupal/core/modules/user/lib/Drupal/user/UserStorageController.php |
Definition of Drupal\user\UserStorageController. |
DbLogController::overview |
function |
drupal/core/modules/dblog/lib/Drupal/dblog/Controller/DbLogController.php |
Displays a listing of database log messages. |
CustomBlockController.php |
file |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Controller/CustomBlockController.php |
Contains \Drupal\custom_block\Controller\CustomBlockController |
DialogController::forward |
function |
drupal/core/lib/Drupal/Core/Controller/DialogController.php |
Forwards request to a subrequest. |
ShortcutStorageController |
class |
drupal/core/modules/shortcut/lib/Drupal/shortcut/ShortcutStorageController.php |
Defines a storage controller for shortcut entities. |
NodeTestStorageController |
class |
drupal/core/modules/node/tests/modules/node_test/lib/Drupal/node_test/NodeTestStorageController.php |
Provides a test storage controller for nodes. |
TermStorageController.php |
file |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermStorageController.php |
Definition of Drupal\taxonomy\TermStorageController. |
MenuFormController::delete |
function |
drupal/core/modules/menu/lib/Drupal/menu/MenuFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::delete(). |
EntityAccessController.php |
file |
drupal/core/lib/Drupal/Core/Entity/EntityAccessController.php |
Contains \Drupal\Core\Entity\EntityAccessController. |
MenuListController::render |
function |
drupal/core/modules/menu/lib/Drupal/menu/MenuListController.php |
Overrides \Drupal\Core\Entity\EntityListController::render(); |
FeedFormController::delete |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/FeedFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::delete(). |