ViewEditFormController::submitDisplayEnable |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Submit handler to enable a disabled display. |
ViewEditFormController::submitDisplayDelete |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Submit handler to delete a display from a view. |
TermStorageController::baseFieldDefinitions |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermStorageController.php |
Overrides \Drupal\Core\Entity\DatabaseStorageControllerNG::baseFieldDefintions(). |
CustomBlockTranslationController::getAccess |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTranslationController.php |
Overrides EntityTranslationController::getAccess(). |
NodeStorageController::baseFieldDefinitions |
function |
drupal/core/modules/node/lib/Drupal/node/NodeStorageController.php |
Overrides \Drupal\Core\Entity\DataBaseStorageControllerNG::basePropertyDefinitions(). |
PictureMappingListController::getOperations |
function |
drupal/core/modules/picture/lib/Drupal/picture/PictureMappingListController.php |
Overrides Drupal\config\ConfigEntityListController::getOperations(); |
EntityFormControllerInterface::getOperation |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormControllerInterface.php |
Returns the operation identifying the form controller. |
ConfigStorageController::getFieldDefinitions |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::getFieldDefinitions(). |
DatabaseStorageController::$fieldDefinitions |
property |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Static cache of field definitions per bundle. |
ConfigStorageController::getQueryServicename |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::getQueryServicename(). |
MenuLinkStorageController::$routerItemFields |
property |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Holds an array of router item schema fields. |
EntityFormControllerNG::submitEntityLanguage |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormControllerNG.php |
Overrides EntityFormController::submitEntityLanguage(). |
FieldInstanceStorageController::importDelete |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInstanceStorageController.php |
Delete configuration upon synchronizing configuration changes. |
ProfileTranslationController::entityFormSave |
function |
drupal/core/modules/user/lib/Drupal/user/ProfileTranslationController.php |
Form submission handler for ProfileTranslationController::entityFormAlter(). |
ActionFormControllerBase::$storageController |
property |
drupal/core/modules/action/lib/Drupal/action/ActionFormControllerBase.php |
The action storage controller. |
ViewEditFormController::submitDisplayDisable |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Submit handler to disable display. |
LanguageTestController::themeLinkActiveClass |
function |
drupal/core/modules/language/tests/language_test/lib/Drupal/language_test/Controller/LanguageTestController.php |
Returns links to the current page with different langcodes. |
UserAutocompleteController::autocompleteUser |
function |
drupal/core/modules/user/lib/Drupal/user/Controller/UserAutocompleteController.php |
Returns response for the user autocompletion. |
CustomBlockTypeStorageController::postDelete |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTypeStorageController.php |
Overrides \Drupal\Core\Config\Entity\ConfigStorageController::postDelete(). |
EntityListControllerInterface::getOperations |
function |
drupal/core/lib/Drupal/Core/Entity/EntityListControllerInterface.php |
Provides an array of information to build a list of operation links. |
CustomBlockTypeListController::getOperations |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTypeListController.php |
Overrides \Drupal\Core\Entity\EntityListController::getOperations(). |
EntityTranslationController::entityFormAlter |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Implements EntityTranslationControllerInterface::entityFormAlter(). |
EntityStorageControllerInterface::resetCache |
function |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php |
Resets the internal, static entity cache. |
ConfigStorageController::getIDFromConfigName |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Extracts the configuration entity ID from the full configuration name. |
EntityTranslationController::entityFormTitle |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Returns the title to be used for the entity form page. |
EntityTranslationController::getPathInstance |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Returns an instance of the given path. |
EntityReferenceController::handleAutocomplete |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/EntityReferenceController.php |
Autocomplete the label of an entity. |
DatabaseStorageController::buildPropertyQuery |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Builds an entity query. |
MenuLinkStorageController::preventReparenting |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Sets an internal flag that allows us to prevent the reparenting operations
executed during deletion. |
ProfileTranslationController::entityFormAlter |
function |
drupal/core/modules/user/lib/Drupal/user/ProfileTranslationController.php |
Overrides EntityTranslationController::entityFormAlter(). |
ActionListController::$hasConfigurableActions |
property |
drupal/core/modules/action/lib/Drupal/action/ActionListController.php |
|
ViewFormControllerBase::isDefaultDisplayShown |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewFormControllerBase.php |
Controls whether or not the default display should have its own tab on edit. |
DatabaseStorageControllerNG::savePropertyData |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
Stores the entity property language-aware data. |
CommentTranslationController::entityFormTitle |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentTranslationController.php |
Overrides EntityTranslationController::entityFormTitle(). |
EntityRenderControllerInterface::buildContent |
function |
drupal/core/lib/Drupal/Core/Entity/EntityRenderControllerInterface.php |
Build the structured $content property on the entity. |
EntityRenderControllerInterface::viewMultiple |
function |
drupal/core/lib/Drupal/Core/Entity/EntityRenderControllerInterface.php |
Returns the render array for the provided entities. |
UserAutocompleteController::$userAutocomplete |
property |
drupal/core/modules/user/lib/Drupal/user/Controller/UserAutocompleteController.php |
The user autocomplete helper class to find matching user names. |
FileStorageController::retrieveTemporaryFiles |
function |
drupal/core/modules/file/lib/Drupal/file/FileStorageController.php |
Retrieve temporary files that are older than DRUPAL_MAXIMUM_TEMP_FILE_AGE. |
NodeStorageController::mapToDataStorageRecord |
function |
drupal/core/modules/node/lib/Drupal/node/NodeStorageController.php |
Maps from an entity object to the storage record of the data table. |
CustomBlockStorageController::preSaveRevision |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockStorageController.php |
Overrides \Drupal\Core\Entity\DatabaseStorageController::preSaveRevision(). |
EntityFormControllerInterface::getFormDisplay |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormControllerInterface.php |
Returns the form display. |
EntityFormControllerInterface::setFormDisplay |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormControllerInterface.php |
Sets the form display. |
EntityTranslationController::entityFormDelete |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Form submission handler for EntityTranslationController::entityFormAlter(). |
MenuLinkStorageController::$preventReparenting |
property |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Indicates whether the delete operation should re-parent children items. |
DatabaseStorageController::getFieldDefinitions |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Implements \Drupal\Core\Entity\EntityStorageControllerInterface::getFieldDefinitions(). |
DatabaseStorageController::getQueryServiceName |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Implements \Drupal\Core\Entity\EntityStorageControllerInterface::getQueryServiceName(). |
FieldInstanceStorageController::$moduleHandler |
property |
drupal/core/modules/field/lib/Drupal/field/FieldInstanceStorageController.php |
The module handler. |
FieldInstanceStorageController::$entityManager |
property |
drupal/core/modules/field/lib/Drupal/field/FieldInstanceStorageController.php |
The entity manager. |
FieldInstanceStorageController::createInstance |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInstanceStorageController.php |
Instantiates a new instance of this entity controller. |
ImageStyleStorageController::replaceImageStyle |
function |
drupal/core/modules/image/lib/Drupal/image/ImageStyleStorageController.php |
Update field instance settings if the image style name is changed. |