CommentStorageController::updateNodeStatistics |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php |
Updates the comment statistics for a given node. |
CommentStorageController::baseFieldDefinitions |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php |
Implements \Drupal\Core\Entity\DataBaseStorageControllerNG::basePropertyDefinitions(). |
ViewEditFormController::submitDelayDestination |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Submit handler for form buttons that do not complete a form workflow. |
ViewEditFormController::submitDisplayDuplicate |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Submit handler to duplicate a display for a view. |
LayoutTestController::$entityStorageController |
property |
drupal/core/modules/layout/tests/lib/Drupal/layout_test/Controller/LayoutTestController.php |
Stores the entity storage controller. |
Controller::createOrRetrieveSecurityIdentityId |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/Controller.php |
Returns the primary key for the passed security identity. |
EntityTranslationController::removeTranslation |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Implements EntityTranslationControllerInterface::removeTranslation(). |
EntityFormControllerInterface::getFormLangcode |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormControllerInterface.php |
Returns the code identifying the active form language. |
EntityTranslationController::getSourceLangcode |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Implements EntityTranslationControllerInterface::getSourceLanguage(). |
EntityStorageControllerInterface::loadRevision |
function |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php |
Load a specific entity revision. |
DatabaseStorageController::baseFieldDefinitions |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Defines the base properties of the entity type. |
MenuLinkStorageController::loadModuleAdminTasks |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Loads system menu link as needed by system_get_module_admin_tasks(). |
MenuLinkStorageController::updateParentalStatus |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Checks and updates the 'has_children' property for the parent of a link. |
DatabaseStorageControllerNG::buildPropertyQuery |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
Builds an entity query. |
DatabaseStorageControllerNG::attachPropertyData |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
Attaches property data in all languages for translatable properties. |
DatabaseStorageControllerNG::mapToStorageRecord |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
Maps from an entity object to the storage record of the base table. |
ViewEditFormController::submitDisplayUndoDelete |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Submit handler to add a restore a removed display to a view. |
LegacyControllerSubscriber::getSubscribedEvents |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/LegacyControllerSubscriber.php |
Registers the methods in this class that should be listeners. |
EntityStorageControllerBase::$hookLoadArguments |
property |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerBase.php |
Additional arguments to pass to hook_TYPE_load(). |
EntityTranslationControllerInterface::getAccess |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerInterface.php |
Checks if the user can perform the given operation on the wrapped entity. |
EntityTranslationController::entityFormValidate |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Form validation handler for EntityTranslationController::entityFormAlter(). |
EntityStorageControllerInterface::loadUnchanged |
function |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php |
Loads an unchanged entity from the database. |
MenuLinkStorageController::loadUpdatedCustomized |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Loads updated and customized menu links for specific router paths. |
FieldInstanceStorageController::loadByProperties |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInstanceStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::loadByProperties(). |
RequestDataCollectorTest::staticControllerMethod |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/RequestDataCollectorTest.php |
Dummy method used as controller callable |
ViewEditFormController::submitCloneDisplayAsType |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Submit handler to clone a display as another display type. |
NodeTranslationController::entityFormEntityBuild |
function |
drupal/core/modules/node/lib/Drupal/node/NodeTranslationController.php |
Overrides EntityTranslationController::entityFormEntityBuild(). |
EntityTranslationControllerNG::removeTranslation |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerNG.php |
Overrides \Drupal\translation_entity\EntityTranslationControllerInterface::removeTranslation(). |
GetResponseForControllerResultEvent::__construct |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/GetResponseForControllerResultEvent.php |
|
EntityStorageControllerInterface::deleteRevision |
function |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php |
Delete a specific entity revision. |
EntityTestStorageController::baseFieldDefinitions |
function |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestStorageController.php |
Defines the base properties of the entity type. |
MachineNameControllerTest::$machineNameController |
property |
drupal/core/modules/system/tests/Drupal/system/Tests/Transliteration/MachineNameControllerTest.php |
The machine name controller. |
CustomBlockTranslationController::entityFormAlter |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTranslationController.php |
Overrides EntityTranslationController::entityFormAlter(). |
CustomBlockTranslationController::entityFormTitle |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTranslationController.php |
Overrides EntityTranslationController::entityFormTitle(). |
HttpKernelTest::testHandleWhenNoControllerIsFound |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php |
@expectedException \Symfony\Component\HttpKernel\Exception\NotFoundHttpException |
EntityTranslationControllerInterface::getBasePath |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerInterface.php |
Returns the base path for the current entity. |
EntityTranslationControllerInterface::getEditPath |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerInterface.php |
Returns the path of the entity edit form. |
EntityTranslationControllerInterface::getViewPath |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerInterface.php |
Returns the path of the entity view page. |
EntityTranslationControllerInterface::retranslate |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerInterface.php |
Marks translations as outdated. |
EntityTranslationController::getTranslationAccess |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Implements EntityTranslationControllerInterface::getTranslationAccess(). |
EntityStorageControllerInterface::loadByProperties |
function |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php |
Load entities by their property values. |
EntityQueryAggregateTest::$entityStorageController |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryAggregateTest.php |
The entity_test storage controller to create the test entities. |
RequestDataCollectorTest::testControllerInspection |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/RequestDataCollectorTest.php |
Test various types of controller callables. |
DatabaseStorageControllerNG::mapFromStorageRecords |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
Maps from storage records to entity objects. |
ConfigEntityUnitTest::testStorageControllerMethods |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityUnitTest.php |
Tests storage controller methods. |
CustomBlockStorageController::baseFieldDefinitions |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockStorageController.php |
Implements \Drupal\Core\Entity\DataBaseStorageControllerNG::basePropertyDefinitions(). |
EntityTranslationController::entityFormEntityBuild |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Entity builder method. |
ViewStorageController::mergeDefaultDisplaysOptions |
function |
drupal/core/modules/views/lib/Drupal/views/ViewStorageController.php |
Add defaults to the display options. |
EntityAccessTest::testEntityAccessDefaultController |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityAccessTest.php |
Ensures that the default controller is used as a fallback. |
DatabaseStorageControllerNG::mapToDataStorageRecord |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
Maps from an entity object to the storage record of the data table. |