|
ImageStyleStorageController::postSave |
function |
drupal/core/modules/image/lib/Drupal/image/ImageStyleStorageController.php |
Overrides \Drupal\Core\Config\Entity\ConfigStorageController::postSave(). |
|
EntityFormController::getFormLangcode |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Implements \Drupal\Core\Entity\EntityFormControllerInterface::getFormLangcode(). |
|
TestEntityController::preSaveRevision |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/TestEntityController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::preSaveRevision(). |
|
ViewFormControllerBase::prepareEntity |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewFormControllerBase.php |
Overrides Drupal\Core\Entity\EntityFormController::prepareForm(). |
|
CommentStorageController::$threadLock |
property |
drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php |
The thread for which a lock was acquired. |
|
ViewEditFormController::getDisplayTab |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Returns a renderable array representing the edit page for one display. |
|
CommentRenderController::buildContent |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentRenderController.php |
Overrides Drupal\Core\Entity\EntityRenderController::buildContent(). |
|
EntityListController::buildOperations |
function |
drupal/core/lib/Drupal/Core/Entity/EntityListController.php |
Builds a renderable list of operation links for the entity. |
|
ViewEditFormController::getFormBucket |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Add information about a section to a display. |
|
EntityStorageControllerBase::$uuidKey |
property |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerBase.php |
Name of entity's UUID database table field, if it supports UUIDs. |
|
EntityStorageControllerBase::cacheGet |
function |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerBase.php |
Gets entities from the static cache. |
|
EntityStorageControllerBase::cacheSet |
function |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerBase.php |
Stores entities in the static entity cache. |
|
EntityRenderControllerInterface::view |
function |
drupal/core/lib/Drupal/Core/Entity/EntityRenderControllerInterface.php |
Returns the render array for the provided entity. |
|
VocabularyListController::buildHeader |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyListController.php |
Builds the header row for the entity listing. |
|
VocabularyStorageController::postSave |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyStorageController.php |
Overrides Drupal\Core\Config\Entity\ConfigStorageController::postSave(). |
|
CustomBlockController::$entityManager |
property |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Controller/CustomBlockController.php |
Entity Manager service. |
|
CustomBlockController::$moduleHandler |
property |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Controller/CustomBlockController.php |
Module handler service. |
|
TestMultipleHttpKernel::getController |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/TestMultipleHttpKernel.php |
Returns the Controller instance associated with a Request. |
|
PictureMappingFormController::actions |
function |
drupal/core/modules/picture/lib/Drupal/picture/PictureMappingFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::actions(). |
|
EntityListControllerInterface::render |
function |
drupal/core/lib/Drupal/Core/Entity/EntityListControllerInterface.php |
Renders the list page markup to be output. |
|
MessageRenderController::buildContent |
function |
drupal/core/modules/contact/lib/Drupal/contact/MessageRenderController.php |
Overrides Drupal\Core\Entity\EntityRenderController::buildContent(). |
|
CustomBlockTypeFormController::delete |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTypeFormController.php |
Overrides \Drupal\Core\Entity\EntityFormController::delete(). |
|
CategoryListController::getOperations |
function |
drupal/core/modules/contact/lib/Drupal/contact/CategoryListController.php |
Overrides Drupal\Core\Entity\EntityListController::getOperations(). |
|
CategoryAccessController::checkAccess |
function |
drupal/core/modules/contact/lib/Drupal/contact/CategoryAccessController.php |
Performs access checks. |
|
CategoryStorageController::postDelete |
function |
drupal/core/modules/contact/lib/Drupal/contact/CategoryStorageController.php |
Overrides \Drupal\Core\Config\Entity\ConfigStorageController::postDelete(). |
|
ViewAddFormController::$wizardManager |
property |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewAddFormController.php |
The wizard plugin manager. |
|
ViewAddFormController::createInstance |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewAddFormController.php |
Instantiates a new instance of this entity controller. |
|
FrontPageTest::$nodeStorageController |
property |
drupal/core/modules/node/lib/Drupal/node/Tests/Views/FrontpageTest.php |
The entity storage controller for nodes. |
|
ShortcutStorageController::attachLoad |
function |
drupal/core/modules/shortcut/lib/Drupal/shortcut/ShortcutStorageController.php |
Overrides \Drupal\config\ConfigStorageController::attachLoad(). |
|
ShortcutAccessController::checkAccess |
function |
drupal/core/modules/shortcut/lib/Drupal/shortcut/ShortcutAccessController.php |
Performs access checks. |
|
ConfigStorageController::loadRevision |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::loadRevision(). |
|
EntityFormControllerInterface::submit |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormControllerInterface.php |
Updates the form's entity by processing this submission's values. |
|
ShortcutListController::getOperations |
function |
drupal/core/modules/shortcut/lib/Drupal/shortcut/ShortcutListController.php |
Overrides \Drupal\Core\Entity\EntityListController::getOperations(). |
|
EntityStorageControllerInterface::save |
function |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php |
Saves the entity permanently. |
|
DatabaseStorageController::__construct |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Constructs a DatabaseStorageController object. |
|
EntityReferenceController::__construct |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/EntityReferenceController.php |
Constructs a EntityReferenceController object. |
|
FormTestControllerObject::validateForm |
function |
drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/FormTestControllerObject.php |
Implements \Drupal\Core\Form\FormInterface::validateForm(). |
|
ContentControllerEnhancer::__construct |
function |
drupal/core/lib/Drupal/Core/Routing/Enhancer/ContentControllerEnhancer.php |
Constructs a new ContentControllerEnhancer object. |
|
MenuLinkStorageController::__construct |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Overrides DatabaseStorageController::__construct(). |
|
ItemRenderController::getBuildDefaults |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/ItemRenderController.php |
Overrides Drupal\Core\Entity\EntityRenderController::getBuildDefaults(). |
|
FeedRenderController::getBuildDefaults |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/FeedRenderController.php |
Overrides Drupal\Core\Entity\EntityRenderController::getBuildDefaults(). |
|
FieldStorageController::$moduleHandler |
property |
drupal/core/modules/field/lib/Drupal/field/FieldStorageController.php |
The module handler. |
|
FieldStorageController::$entityManager |
property |
drupal/core/modules/field/lib/Drupal/field/FieldStorageController.php |
The entity manager. |
|
FieldStorageController::createInstance |
function |
drupal/core/modules/field/lib/Drupal/field/FieldStorageController.php |
Instantiates a new instance of this entity controller. |
|
MenuLinkFormController::createInstance |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkFormController.php |
Instantiates a new instance of this entity controller. |
|
FieldInstanceStorageController::$state |
property |
drupal/core/modules/field/lib/Drupal/field/FieldInstanceStorageController.php |
The state keyvalue collection. |
|
ViewPreviewFormController::__construct |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewPreviewFormController.php |
Constructs a new ViewPreviewFormController object. |
|
ViewFormControllerBase::getDisplayTabs |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewFormControllerBase.php |
Adds tabs for navigating across Displays when editing a View. |
|
ViewCloneFormController::prepareEntity |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewCloneFormController.php |
Overrides \Drupal\Core\Entity\EntityFormController::prepareForm(). |
|
ViewEditFormController::createInstance |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Instantiates a new instance of this entity controller. |