ActionFormControllerBase::validate |
function |
drupal/core/modules/action/lib/Drupal/action/ActionFormControllerBase.php |
Implements \Drupal\Core\Entity\EntityFormControllerInterface::validate(). |
TestControllers::testNodeSetParent |
function |
drupal/core/modules/system/tests/modules/paramconverter_test/lib/Drupal/paramconverter_test/TestControllers.php |
|
ViewFormControllerBase::$displayID |
property |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewFormControllerBase.php |
The name of the display used by the form. |
EntityFormController::getOperation |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Implements \Drupal\Core\Entity\EntityFormControllerInterface::getOperation(). |
ActionAddFormController::buildForm |
function |
drupal/core/modules/action/lib/Drupal/action/ActionAddFormController.php |
|
ViewEditFormController::$tempStore |
property |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
The views temp store. |
CommonTestController::lActiveClass |
function |
drupal/core/modules/system/tests/modules/common_test/lib/Drupal/common_test/Controller/CommonTestController.php |
Returns links to the current page, with and without query strings. |
MachineNameControllerTest::getInfo |
function |
drupal/core/modules/system/tests/Drupal/system/Tests/Transliteration/MachineNameControllerTest.php |
This method exists to support the simpletest UI runner. |
CommentStorageController::postSave |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::postSave(). |
EntityManager::getRenderController |
function |
drupal/core/lib/Drupal/Core/Entity/EntityManager.php |
Creates a new render controller instance. |
EntityManager::getAccessController |
function |
drupal/core/lib/Drupal/Core/Entity/EntityManager.php |
Creates a new access controller instance. |
AjaxTestController::dialogContents |
function |
drupal/core/modules/system/tests/modules/ajax_test/lib/Drupal/ajax_test/AjaxTestController.php |
Returns example content for dialog testing. |
DesignTestController::categoryPage |
function |
drupal/core/modules/system/tests/modules/design_test/lib/Drupal/design_test/Controller/DesignTestController.php |
Menu for a category listing page. |
TermRenderController::buildContent |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermRenderController.php |
Overrides Drupal\Core\Entity\EntityRenderController::buildContent(). |
CommentFormController::buildEntity |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentFormController.php |
Overrides EntityFormController::buildEntity(). |
ViewPageControllerTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewPageControllerTest.php |
Views used by this test. |
PreviewTest::testPreviewController |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/PreviewTest.php |
Tests the actual preview response. |
FieldInstanceStorageController.php |
file |
drupal/core/modules/field/lib/Drupal/field/FieldInstanceStorageController.php |
Contains \Drupal\field\FieldInstanceStorageController. |
VocabularyListController::buildRow |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyListController.php |
Builds a row for an entity in the entity listing. |
TourRenderController::viewMultiple |
function |
drupal/core/modules/tour/lib/Drupal/tour/TourRenderController.php |
Overrides \Drupal\Core\Entity\EntityRenderController::viewMultiple(). |
EntityAccessController::resetCache |
function |
drupal/core/lib/Drupal/Core/Entity/EntityAccessController.php |
Clears all cached access checks. |
ViewsUIController::autocompleteTag |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Controller/ViewsUIController.php |
Menu callback for Views tag autocompletion. |
UserAutocompleteController::create |
function |
drupal/core/modules/user/lib/Drupal/user/Controller/UserAutocompleteController.php |
Instantiates a new instance of this controller. |
NodeAccessController::accessGrants |
function |
drupal/core/modules/node/lib/Drupal/node/NodeAccessController.php |
Determines access to nodes based on node grants. |
Controller::updateFieldAceProperty |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/Controller.php |
This processes changes on an ACE related property (classFieldAces, or objectFieldAces). |
NodeRenderController::buildContent |
function |
drupal/core/modules/node/lib/Drupal/node/NodeRenderController.php |
Overrides Drupal\Core\Entity\EntityRenderController::buildContent(). |
CustomBlockController::__construct |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Controller/CustomBlockController.php |
Constructs a CustomBlock object. |
ShortcutController::$entityManager |
property |
drupal/core/modules/shortcut/lib/Drupal/shortcut/Controller/ShortcutController.php |
Stores the entity manager. |
PictureMappingFormController::form |
function |
drupal/core/modules/picture/lib/Drupal/picture/PictureMappingFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::form(). |
PictureMappingFormController::save |
function |
drupal/core/modules/picture/lib/Drupal/picture/PictureMappingFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::save(). |
BlockAccessController::checkAccess |
function |
drupal/core/modules/block/lib/Drupal/block/BlockAccessController.php |
Performs access checks. |
MachineNameController::__construct |
function |
drupal/core/modules/system/lib/Drupal/system/MachineNameController.php |
Constructs a MachineNameController object. |
ControllerResolver::doGetArguments |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Controller/ControllerResolver.php |
|
ViewAddFormController::__construct |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewAddFormController.php |
Constructs a new ViewEditFormController object. |
AccountFormController::buildEntity |
function |
drupal/core/modules/user/lib/Drupal/user/AccountFormController.php |
Implements \Drupal\Core\Entity\EntityFormControllerInterface::buildEntity(). |
ExceptionController::getLastCaller |
function |
drupal/core/lib/Drupal/Core/Controller/ExceptionController.php |
Gets the last caller from a backtrace. |
FilterControllerEvent::$controller |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/FilterControllerEvent.php |
The current controller |
FilterControllerEvent::__construct |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/FilterControllerEvent.php |
|
FilterControllerEvent::varToString |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/FilterControllerEvent.php |
|
ShortcutStorageController::preSave |
function |
drupal/core/modules/shortcut/lib/Drupal/shortcut/ShortcutStorageController.php |
Overrides \Drupal\config\ConfigStorageController::preSave(). |
NodeTestStorageController::preSave |
function |
drupal/core/modules/node/tests/modules/node_test/lib/Drupal/node_test/NodeTestStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::preSave(). |
EntityRenderControllerInterface.php |
file |
drupal/core/lib/Drupal/Core/Entity/EntityRenderControllerInterface.php |
Contains \Drupal\Core\Entity\EntityRenderControllerInterface. |
ConfigStorageController::postDelete |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Acts on deleted entities before the delete hook is invoked. |
ConfigStorageController::invokeHook |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Invokes a hook on behalf of the entity. |
FormTestControllerObject::getFormID |
function |
drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/FormTestControllerObject.php |
Implements \Drupal\Core\Form\FormInterface::getFormID(). |
FormTestControllerObject::buildForm |
function |
drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/FormTestControllerObject.php |
Implements \Drupal\Core\Form\FormInterface::buildForm(). |
DatabaseStorageController::postSave |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Acts on a saved entity before the insert or update hook is invoked. |
MenuLinkStorageController::postSave |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
DatabaseStorageController::postSave(). |
EntityRenderController::$entityType |
property |
drupal/core/lib/Drupal/Core/Entity/EntityRenderController.php |
The type of entities for which this controller is instantiated. |
EntityRenderController::__construct |
function |
drupal/core/lib/Drupal/Core/Entity/EntityRenderController.php |
|