ExceptionController::execute |
function |
drupal/core/lib/Drupal/Core/Controller/ExceptionController.php |
Handles an exception on a request. |
DbLogController::__construct |
function |
drupal/core/modules/dblog/lib/Drupal/dblog/Controller/DbLogController.php |
Constructs a DbLogController object. |
BookController::$bookManager |
property |
drupal/core/modules/book/lib/Drupal/book/Controller/BookController.php |
Book Manager Service. |
VocabularyFormController.php |
file |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyFormController.php |
Definition of Drupal\taxonomy\VocabularyFormController. |
VocabularyListController.php |
file |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyListController.php |
Contains \Drupal\taxonomy\VocabularyListController. |
ShortcutFormController::form |
function |
drupal/core/modules/shortcut/lib/Drupal/shortcut/ShortcutFormController.php |
Overrides \Drupal\Core\Entity\EntityFormController::form(). |
ShortcutFormController::save |
function |
drupal/core/modules/shortcut/lib/Drupal/shortcut/ShortcutFormController.php |
Overrides \Drupal\Core\Entity\EntityFormController::save(). |
ConfigStorageController::save |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::save(). |
EntityControllerInterface.php |
file |
drupal/core/lib/Drupal/Core/Entity/EntityControllerInterface.php |
Contains \Drupal\Core\Entity\EntityControllerInterface. |
ItemStorageController::create |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/ItemStorageController.php |
Overrides Drupal\Core\Entity\DataBaseStorageController::create(). |
EntityListController::listing |
function |
drupal/core/lib/Drupal/Core/Entity/Controller/EntityListController.php |
Provides the listing page for any entity type. |
FeedStorageController::create |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/FeedStorageController.php |
Overrides Drupal\Core\Entity\DataBaseStorageController::create(). |
ProfileFormController::submit |
function |
drupal/core/modules/user/lib/Drupal/user/ProfileFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::submit(). |
UserStorageController::create |
function |
drupal/core/modules/user/lib/Drupal/user/UserStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::create(). |
translation_entity_controller |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Entity translation controller factory. |
RoleListController::getFormID |
function |
drupal/core/modules/user/lib/Drupal/user/RoleListController.php |
Returns a unique string identifying the form. |
ConfigTestController::disable |
function |
drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/ConfigTestController.php |
Disables a ConfigTest object. |
TourTestController::tourTest1 |
function |
drupal/core/modules/tour/tests/tour_test/lib/Drupal/tour_test/Controller/TourTestController.php |
Outputs some content for testing tours. |
TourTestController::tourTest2 |
function |
drupal/core/modules/tour/tests/tour_test/lib/Drupal/tour_test/Controller/TourTestController.php |
Outputs some content for testing tours. |
RoleListController::buildForm |
function |
drupal/core/modules/user/lib/Drupal/user/RoleListController.php |
Form constructor. |
EntityReferenceController.php |
file |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/EntityReferenceController.php |
Contains \Drupal\entity_reference/EntityReferenceController. |
EntityFormController::$entity |
property |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
The entity being used by this form. |
MenuLinkStorageController.php |
file |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Contains \Drupal\menu_link\MenuLinkStorageController. |
ControllerResolverTest::setUp |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Controller/ControllerResolverTest.php |
|
EntityFormController::actions |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Returns an array of supported actions for the current entity form. |
ViewCloneFormController::init |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewCloneFormController.php |
Initialize the form state and the entity before the first form build. |
ViewCloneFormController::form |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewCloneFormController.php |
Overrides \Drupal\Core\Entity\EntityFormController::form(). |
AggregatorController::feedAdd |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Controller/AggregatorController.php |
Presents the aggregator feed creation form. |
AggregatorController::sources |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Controller/AggregatorController.php |
Displays all the feeds used by the Aggregator module. |
NodeTestStorageController.php |
file |
drupal/core/modules/node/tests/modules/node_test/lib/Drupal/node_test/NodeTestStorageController.php |
Contains \Drupal\node_test\NodeTestStorageController. |
CommentFormController::submit |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::submit(). |
ViewPageControllerTest::setUp |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewPageControllerTest.php |
Sets up Drupal unit test environment. |
TestHttpKernel::getController |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/TestHttpKernel.php |
Returns the Controller instance associated with a Request. |
ViewsUIController::$viewsData |
property |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Controller/ViewsUIController.php |
Stores the Views data cache object. |
ViewsUIController::$tempStore |
property |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Controller/ViewsUIController.php |
Stores the user tempstore. |
TermStorageController::create |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::create(). |
NodeTranslationController.php |
file |
drupal/core/modules/node/lib/Drupal/node/NodeTranslationController.php |
Definition of Drupal\node\NodeTranslationController. |
ContentControllerEnhancer.php |
file |
drupal/core/lib/Drupal/Core/Routing/Enhancer/ContentControllerEnhancer.php |
Contains \Drupal\Core\Routing\Enhancer\ContentControllerEnhancer. |
CategoryStorageController.php |
file |
drupal/core/modules/contact/lib/Drupal/contact/CategoryStorageController.php |
Contains Drupal\contact\CategoryStorageController. |
ViewPreviewFormController.php |
file |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewPreviewFormController.php |
Contains Drupal\views_ui\ViewPreviewFormController. |
TestHttpKernel::getController |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/TestHttpKernel.php |
Returns the Controller instance associated with a Request. |
MachineNameControllerTest.php |
file |
drupal/core/modules/system/tests/Drupal/system/Tests/Transliteration/MachineNameControllerTest.php |
Contains \Drupal\system\Tests\Transliteration\MachineNameControllerTest. |
NodeFormController::unpublish |
function |
drupal/core/modules/node/lib/Drupal/node/NodeFormController.php |
Form submission handler for the 'unpublish' action. |
Controller::updateAceProperty |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/Controller.php |
This processes changes on an ACE related property (classAces, or objectAces). |
CustomBlockController::create |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Controller/CustomBlockController.php |
Instantiates a new instance of this controller. |
BlockFormController::validate |
function |
drupal/core/modules/block/lib/Drupal/block/BlockFormController.php |
Overrides \Drupal\Core\Entity\EntityFormController::validate(). |
FileStorageController::create |
function |
drupal/core/modules/file/lib/Drupal/file/FileStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::create(). |
NodeStorageController::create |
function |
drupal/core/modules/node/lib/Drupal/node/NodeStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::create(). |
ShortcutStorageController.php |
file |
drupal/core/modules/shortcut/lib/Drupal/shortcut/ShortcutStorageController.php |
Contains \Drupal\shortcut\ShortcutStorageController. |
FilterFormatStorageController |
class |
drupal/core/modules/filter/lib/Drupal/filter/FilterFormatStorageController.php |
Defines the storage controller class for Filter Format entities. |