EntityFormController::setFormDisplay |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Sets the form display. |
ActionListController::createInstance |
function |
drupal/core/modules/action/lib/Drupal/action/ActionListController.php |
Instantiates a new instance of this entity controller. |
AggregatorController::$entityManager |
property |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Controller/AggregatorController.php |
Stores the Entity manager. |
ActionAddFormController::__construct |
function |
drupal/core/modules/action/lib/Drupal/action/ActionAddFormController.php |
Constructs a new ActionAddFormController. |
AggregatorController::$configFactory |
property |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Controller/AggregatorController.php |
The configuration factory. |
AggregatorController::$moduleHandler |
property |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Controller/AggregatorController.php |
The module handler. |
CommentStorageController::buildQuery |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::buildQuery(). |
CommentStorageController::attachLoad |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::attachLoad(). |
CommentStorageController::postDelete |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::postDelete(). |
EntityListController::$moduleHandler |
property |
drupal/core/lib/Drupal/Core/Entity/EntityListController.php |
The module handler to invoke hooks on. |
CommentAccessController::checkAccess |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentAccessController.php |
Performs access checks. |
EntityListController::createInstance |
function |
drupal/core/lib/Drupal/Core/Entity/EntityListController.php |
Instantiates a new instance of this entity controller. |
SystemInfoController::$systemManager |
property |
drupal/core/modules/system/lib/Drupal/system/Controller/SystemInfoController.php |
System Manager Service. |
EntityAccessController::$accessCache |
property |
drupal/core/lib/Drupal/Core/Entity/EntityAccessController.php |
Stores calculcated access check results. |
VocabularyListController::submitForm |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyListController.php |
Form submission handler. |
LayoutTestController::layoutTestPage |
function |
drupal/core/modules/layout/tests/lib/Drupal/layout_test/Controller/LayoutTestController.php |
Displays basic page for layout testing purposes. |
LanguageTestController::lActiveClass |
function |
drupal/core/modules/language/tests/language_test/lib/Drupal/language_test/Controller/LanguageTestController.php |
Returns links to the current page with different langcodes. |
ExceptionControllerTest::test405HTML |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/ExceptionControllerTest.php |
Ensure the execute() method returns a valid response on 405 exceptions. |
NodeTranslationController::getAccess |
function |
drupal/core/modules/node/lib/Drupal/node/NodeTranslationController.php |
Overrides EntityTranslationController::getAccess(). |
ShortcutController::shortcutSetAdmin |
function |
drupal/core/modules/shortcut/lib/Drupal/shortcut/Controller/ShortcutController.php |
Presents a list of layouts. |
MachineNameController::transliterate |
function |
drupal/core/modules/system/lib/Drupal/system/MachineNameController.php |
Transliterates a string in given language. Various postprocessing possible. |
CustomBlockTypeStorageController.php |
file |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTypeStorageController.php |
Contains \Drupal\custom_block\CustomBlockTypeStorageController. |
CustomBlockTranslationController.php |
file |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTranslationController.php |
Contains \Drupal\custom_block\CustomBlockTranslationController. |
EntityTranslationControllerInterface |
interface |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerInterface.php |
Interface for providing entity translation. |
ControllerResolver::createController |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Controller/ControllerResolver.php |
Returns a callable for the given controller. |
DbLogController::getLogLevelClassMap |
function |
drupal/core/modules/dblog/lib/Drupal/dblog/Controller/DbLogController.php |
Gets an array of log level classes. |
ViewAddFormController::prepareEntity |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewAddFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::prepareForm(). |
ExceptionController::decodeException |
function |
drupal/core/lib/Drupal/Core/Controller/ExceptionController.php |
This method is a temporary port of _drupal_decode_exception(). |
FilterControllerEvent::getController |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/FilterControllerEvent.php |
Returns the current controller |
FilterControllerEvent::setController |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/FilterControllerEvent.php |
Sets a new controller |
ShortcutStorageController::preDelete |
function |
drupal/core/modules/shortcut/lib/Drupal/shortcut/ShortcutStorageController.php |
Overrides \Drupal\Core\Entity\ConfigStorageController::preDelete(). |
ConfigStorageController::__construct |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Constructs a ConfigStorageController object. |
EntityStorageControllerInterface.php |
file |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php |
Contains \Drupal\Core\Entity\EntityStorageControllerInterface. |
ConfigStorageController::importCreate |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Create configuration upon synchronizing configuration changes. |
ConfigStorageController::importUpdate |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Updates configuration upon synchronizing configuration changes. |
ConfigStorageController::importDelete |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Delete configuration upon synchronizing configuration changes. |
DatabaseStorageController::buildQuery |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Builds the query to load the entity. |
DatabaseStorageController::attachLoad |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Attaches data to entities upon loading. |
UserStorageController::createInstance |
function |
drupal/core/modules/user/lib/Drupal/user/UserStorageController.php |
Instantiates a new instance of this entity controller. |
DatabaseStorageController::postDelete |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Acts on deleted entities before the delete hook is invoked. |
MenuLinkStorageController::buildQuery |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Overrides DatabaseStorageController::buildQuery(). |
MenuLinkStorageController::attachLoad |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Overrides DatabaseStorageController::attachLoad(). |
DatabaseStorageController::invokeHook |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Invokes a hook on behalf of the entity. |
MenuLinkStorageController::postDelete |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Overrides DatabaseStorageController::postDelete(). |
MenuLinkStorageController::findParent |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Finds a possible parent for a given menu link entity. |
MenuLinkStorageController::setParents |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Sets the p1 through p9 properties for a menu link entity being saved. |
EntityTestMulRevStorageController.php |
file |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestMulRevStorageController.php |
Definition of Drupal\entity_test\EntityTestMulRevStorageController. |
RouteObjectInterface::CONTROLLER_NAME |
constant |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RouteObjectInterface.php |
Field name for an explicit controller name to be used with this route |
ViewPreviewFormController::$tempStore |
property |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewPreviewFormController.php |
The views temp store. |
ActionFormControllerBase::__construct |
function |
drupal/core/modules/action/lib/Drupal/action/ActionFormControllerBase.php |
Constructs a new action form. |