|
EntityListController::$storage |
property |
drupal/core/lib/Drupal/Core/Entity/EntityListController.php |
The entity storage controller class. |
|
ExceptionListener::$controller |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php |
|
|
EntityListController::buildRow |
function |
drupal/core/lib/Drupal/Core/Entity/EntityListController.php |
Builds a row for an entity in the entity listing. |
|
CommentFormController::actions |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::actions(). |
|
VocabularyFormController::form |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::form(). |
|
CommentFormController::preview |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentFormController.php |
Form submission handler for the 'preview' action. |
|
VocabularyFormController::save |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::save(). |
|
TestHttpKernel::callController |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/TestHttpKernel.php |
|
|
EntityAccessController::access |
function |
drupal/core/lib/Drupal/Core/Entity/EntityAccessController.php |
Checks access to an operation on a given entity or entity translation. |
|
ViewsUIController::__construct |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Controller/ViewsUIController.php |
Constructs a new \Drupal\views_ui\Controller\ViewsUIController object. |
|
ConfigEntityListController.php |
file |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityListController.php |
Definition of Drupal\Core\Config\Entity\ConfigEntityListController. |
|
HelpController::$moduleHandler |
property |
drupal/core/modules/help/lib/Drupal/help/Controller/HelpController.php |
Stores the module handler. |
|
LanguageTestController::create |
function |
drupal/core/modules/language/tests/language_test/lib/Drupal/language_test/Controller/LanguageTestController.php |
Instantiates a new instance of this controller. |
|
TestHttpKernel::callController |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/TestHttpKernel.php |
|
|
FileStorageController::preSave |
function |
drupal/core/modules/file/lib/Drupal/file/FileStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::presave(). |
|
NodeStorageController::preSave |
function |
drupal/core/modules/node/lib/Drupal/node/NodeStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::preSave(). |
|
CategoryFormController::delete |
function |
drupal/core/modules/contact/lib/Drupal/contact/CategoryFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::delete(). |
|
BlockListController::getFormID |
function |
drupal/core/modules/block/lib/Drupal/block/BlockListController.php |
Implements \Drupal\Core\Form\FormInterface::getFormID(). |
|
BlockListController::buildForm |
function |
drupal/core/modules/block/lib/Drupal/block/BlockListController.php |
Implements \Drupal\Core\Form\FormInterface::buildForm(). |
|
MessageFormController::actions |
function |
drupal/core/modules/contact/lib/Drupal/contact/MessageFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::actions(). |
|
MessageFormController::preview |
function |
drupal/core/modules/contact/lib/Drupal/contact/MessageFormController.php |
Form submission handler for the 'preview' action. |
|
RegisterFormController::submit |
function |
drupal/core/modules/user/lib/Drupal/user/RegisterFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::submit(). |
|
LegacyControllerSubscriber.php |
file |
drupal/core/lib/Drupal/Core/EventSubscriber/LegacyControllerSubscriber.php |
Definition of Drupal\Core\EventSubscriber\LegacyControllerSubscriber. |
|
ExceptionController::on405Html |
function |
drupal/core/lib/Drupal/Core/Controller/ExceptionController.php |
Processes a MethodNotAllowed exception into an HTTP 405 response. |
|
ExceptionController::on403Html |
function |
drupal/core/lib/Drupal/Core/Controller/ExceptionController.php |
Processes an AccessDenied exception into an HTTP 403 response. |
|
ExceptionController::on404Html |
function |
drupal/core/lib/Drupal/Core/Controller/ExceptionController.php |
Processes a NotFound exception into an HTTP 404 response. |
|
ExceptionController::on500Html |
function |
drupal/core/lib/Drupal/Core/Controller/ExceptionController.php |
Processes a generic exception into an HTTP 500 response. |
|
ExceptionController::on403Json |
function |
drupal/core/lib/Drupal/Core/Controller/ExceptionController.php |
Processes an AccessDenied exception that occured on a JSON request. |
|
ExceptionController::on404Json |
function |
drupal/core/lib/Drupal/Core/Controller/ExceptionController.php |
Processes a NotFound exception that occured on a JSON request. |
|
ExceptionController::on405Json |
function |
drupal/core/lib/Drupal/Core/Controller/ExceptionController.php |
Processes a MethodNotAllowed exception that occured on a JSON request. |
|
ViewAddFormController::actions |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewAddFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::actions(). |
|
RoleStorageController::preSave |
function |
drupal/core/modules/user/lib/Drupal/user/RoleStorageController.php |
Acts on an entity before the presave hook is invoked. |
|
VocabularyAccessController.php |
file |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyAccessController.php |
Contains \Drupal\taxonomy\VocabularyAccessController. |
|
ShortcutFormController::delete |
function |
drupal/core/modules/shortcut/lib/Drupal/shortcut/ShortcutFormController.php |
Overrides \Drupal\Core\Entity\EntityFormController::delete(). |
|
ConfigStorageController::delete |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::delete(). |
|
DatabaseStorageControllerNG.php |
file |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
Contains \Drupal\Core\Entity\DatabaseStorageControllerNG. |
|
EntityStorageControllerBase.php |
file |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerBase.php |
Contains \Drupal\Core\Entity\EntityStorageControllerBase. |
|
MenuListController::buildHeader |
function |
drupal/core/modules/menu/lib/Drupal/menu/MenuListController.php |
Overrides \Drupal\Core\Entity\EntityListController::buildHeader(). |
|
DatabaseStorageController::load |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Implements \Drupal\Core\Entity\EntityStorageControllerInterface::load(). |
|
ItemStorageController::postSave |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/ItemStorageController.php |
Overrides Drupal\Core\Entity\DataBaseStorageController::postSave(). |
|
ConfigTestStorageController.php |
file |
drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/ConfigTestStorageController.php |
Contains \Drupal\config_test\ConfigTestStorageController. |
|
DatabaseStorageController::save |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Implements \Drupal\Core\Entity\EntityStorageControllerInterface::save(). |
|
FeedStorageController::postSave |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/FeedStorageController.php |
Overrides Drupal\Core\Entity\DataBaseStorageController::postSave(). |
|
MenuLinkStorageController::save |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Overrides DatabaseStorageController::save(). |
|
UserStorageController::postSave |
function |
drupal/core/modules/user/lib/Drupal/user/UserStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::postSave(). |
|
RoleListController::buildHeader |
function |
drupal/core/modules/user/lib/Drupal/user/RoleListController.php |
Builds the header row for the entity listing. |
|
EntityTranslationController.php |
file |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Definition of Drupal\translation_entity\EntityTranslationController. |
|
EntityAccessControllerInterface |
interface |
drupal/core/lib/Drupal/Core/Entity/EntityAccessControllerInterface.php |
Defines a common interface for entity access controller classes. |
|
EntityTestStorageController.php |
file |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestStorageController.php |
Definition of Drupal\entity_test\EntityTestStorageController. |
|
ControllerResolver::__construct |
function |
drupal/core/lib/Drupal/Core/Controller/ControllerResolver.php |
Constructs a new ControllerResolver. |