CategoryListController::buildRow |
function |
drupal/core/modules/contact/lib/Drupal/contact/CategoryListController.php |
Overrides Drupal\Core\Entity\EntityListController::buildRow(). |
CustomBlockStorageController.php |
file |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockStorageController.php |
Contains \Drupal\custom_block\CustomBlockStorageController. |
ExceptionController::__construct |
function |
drupal/core/lib/Drupal/Core/Controller/ExceptionController.php |
Constructor. |
ControllerResolver::getArguments |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Controller/ControllerResolver.php |
Returns the arguments to pass to the controller. |
ProfileTranslationController.php |
file |
drupal/core/modules/user/lib/Drupal/user/ProfileTranslationController.php |
Definition of Drupal\user\ProfileTranslationController. |
ControllerReference::$controller |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Controller/ControllerReference.php |
|
ControllerReference::$attributes |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Controller/ControllerReference.php |
|
ControllerReference::__construct |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Controller/ControllerReference.php |
Constructor. |
LayoutController::$layoutManager |
property |
drupal/core/modules/layout/lib/Drupal/layout/Controller/LayoutController.php |
Stores the Layout manager. |
LayoutController::layoutPageList |
function |
drupal/core/modules/layout/lib/Drupal/layout/Controller/LayoutController.php |
Presents a list of layouts. |
ShortcutFormController::validate |
function |
drupal/core/modules/shortcut/lib/Drupal/shortcut/ShortcutFormController.php |
Overrides \Drupal\Core\Entity\EntityFormController::validate(). |
RolesRid::$roleStorageController |
property |
drupal/core/modules/user/lib/Drupal/user/Plugin/views/argument/RolesRid.php |
The role entity storage controller |
EntityStorageControllerInterface |
interface |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php |
Defines a common interface for entity controller classes. |
UpdateController::$moduleHandler |
property |
drupal/core/modules/update/lib/Drupal/update/Controller/UpdateController.php |
Module handler service. |
ShortcutListController::buildRow |
function |
drupal/core/modules/shortcut/lib/Drupal/shortcut/ShortcutListController.php |
Overrides \Drupal\Core\Entity\EntityListController::buildRow(). |
ConfigStorageController::postSave |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Acts on a saved entity before the insert or update hook is invoked. |
MenuListController::getOperations |
function |
drupal/core/modules/menu/lib/Drupal/menu/MenuListController.php |
Overrides \Drupal\Core\Entity\EntityListController::getOperations(); |
EntityListControllerInterface.php |
file |
drupal/core/lib/Drupal/Core/Entity/EntityListControllerInterface.php |
Contains \Drupal\Core\Entity\EntityListControllerInterface. |
DatabaseStorageController::$cache |
property |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Whether this entity type should use the static cache. |
EntityListController::__construct |
function |
drupal/core/lib/Drupal/Core/Entity/Controller/EntityListController.php |
Creates an EntityListController object. |
ItemStorageController::attachLoad |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/ItemStorageController.php |
Overrides Drupal\Core\Entity\DataBaseStorageController::attachLoad(). |
EntityReferenceController::create |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/EntityReferenceController.php |
Instantiates a new instance of this controller. |
RoleAccessController::checkAccess |
function |
drupal/core/modules/user/lib/Drupal/user/RoleAccessController.php |
Performs access checks. |
FeedStorageController::attachLoad |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/FeedStorageController.php |
Overrides Drupal\Core\Entity\DataBaseStorageController::attachLoad(). |
BlockStorageUnitTest::$controller |
property |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockStorageUnitTest.php |
The block storage controller. |
DatabaseStorageController::create |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Implements \Drupal\Core\Entity\EntityStorageControllerInterface::create(). |
FeedStorageController::postDelete |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/FeedStorageController.php |
Overrides Drupal\Core\Entity\DataBaseStorageController::postDelete(). |
DatabaseStorageController::delete |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Implements \Drupal\Core\Entity\EntityStorageControllerInterface::delete(). |
ContentControllerEnhancer::$types |
property |
drupal/core/lib/Drupal/Core/Routing/Enhancer/ContentControllerEnhancer.php |
Associative array of supported mime types and their appropriate controller. |
MenuLinkStorageController::create |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Implements \Drupal\Core\Entity\EntityStorageControllerInterface::create(). |
UserStorageController::attachLoad |
function |
drupal/core/modules/user/lib/Drupal/user/UserStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::attachLoad(). |
FilterFormatStorageController.php |
file |
drupal/core/modules/filter/lib/Drupal/filter/FilterFormatStorageController.php |
Contains \Drupal\filter\FilterFormatStorageController. |
UserStorageController::postDelete |
function |
drupal/core/modules/user/lib/Drupal/user/UserStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::postDelete(). |
UserStorageController::invokeHook |
function |
drupal/core/modules/user/lib/Drupal/user/UserStorageController.php |
Overrides DatabaseStorageController::invokeHook(). |
UserAccessController::checkAccess |
function |
drupal/core/modules/user/lib/Drupal/user/UserAccessController.php |
Performs access checks. |
EntityTranslationControllerNG.php |
file |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerNG.php |
Contains \Drupal\translation_entity\EntityTranslationControllerNG. |
RoleListController::getOperations |
function |
drupal/core/modules/user/lib/Drupal/user/RoleListController.php |
Overrides \Drupal\Core\Entity\EntityListController::getOperations(); |
EntityFormController::__construct |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Constructs an EntityFormController object. |
RouterDataCollector::$controllers |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.php |
|
HtmlEntityFormController::content |
function |
drupal/core/lib/Drupal/Core/Entity/HtmlEntityFormController.php |
Due to reflection, the argument must be named $_entity_form. The parent
method has $request and $_form, but the parameter must match the route. |
ActionFormControllerBase::$plugin |
property |
drupal/core/modules/action/lib/Drupal/action/ActionFormControllerBase.php |
The action plugin being configured. |
HtmlFormController::getFormObject |
function |
drupal/core/lib/Drupal/Core/Controller/HtmlFormController.php |
Returns the object used to build the form. |
ActionFormControllerBase::actions |
function |
drupal/core/modules/action/lib/Drupal/action/ActionFormControllerBase.php |
Returns an array of supported actions for the current entity form. |
ViewListController::getOperations |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewListController.php |
Implements \Drupal\Core\Entity\EntityListController::getOperations(). |
EntityFormController::buildEntity |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Implements \Drupal\Core\Entity\EntityFormControllerInterface::buildEntity(). |
ActionListController::__construct |
function |
drupal/core/modules/action/lib/Drupal/action/ActionListController.php |
Constructs a new ActionListController object. |
ActionListController::buildHeader |
function |
drupal/core/modules/action/lib/Drupal/action/ActionListController.php |
Builds the header row for the entity listing. |
AggregatorController::__construct |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Controller/AggregatorController.php |
Constructs a \Drupal\aggregator\Controller\AggregatorController object. |
EntityTestMulRevStorageController |
class |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestMulRevStorageController.php |
Defines the controller class for the test entity. |
DatabaseStorageControllerNG::save |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
Overrides DatabaseStorageController::save(). |