MachineNameController::$transliteration |
property |
drupal/core/modules/system/lib/Drupal/system/MachineNameController.php |
The transliteration helper. |
CustomBlockTypeListController::buildRow |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTypeListController.php |
Overrides \Drupal\Core\Entity\EntityListController::buildRow(). |
TraceableControllerResolver::$stopwatch |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php |
|
ConfigStorageController::$configFactory |
property |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
The config factory service. |
ConfigStorageController::$configStorage |
property |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
The config storage service. |
ConfigStorageController::createInstance |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Instantiates a new instance of this entity controller. |
EntityFormControllerInterface::validate |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormControllerInterface.php |
Validates the submitted form values of the entity form. |
ConfigStorageController::deleteRevision |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::deleteRevision(). |
EntityStorageControllerInterface::create |
function |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php |
Constructs a new entity object, without permanently saving it. |
EntityStorageControllerInterface::delete |
function |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php |
Deletes permanently saved entities. |
MenuLinkStorageController::findRouteName |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Returns the route_name matching a URL. |
EntityRenderController::getBuildDefaults |
function |
drupal/core/lib/Drupal/Core/Entity/EntityRenderController.php |
Provides entity-specific defaults to the build process. |
RequestDataCollector::onKernelController |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php |
|
EntityTranslationControllerInterface.php |
file |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerInterface.php |
Definition of Drupal\translation_entity\EntityTranslationControllerInterface. |
FieldStorageController::loadByProperties |
function |
drupal/core/modules/field/lib/Drupal/field/FieldStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::loadByProperties(). |
ControllerResolverTest::testGetArguments |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Controller/ControllerResolverTest.php |
|
ActionFormControllerBase::createInstance |
function |
drupal/core/modules/action/lib/Drupal/action/ActionFormControllerBase.php |
Instantiates a new instance of this entity controller. |
ViewPreviewFormController::submitPreview |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewPreviewFormController.php |
Form submission handler for the Preview button. |
EntityFormController::updateFormLangcode |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Updates the form language to reflect any change to the entity language. |
DatabaseStorageControllerNG::__construct |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
Overrides DatabaseStorageController::__construct(). |
EntityViewModeStorageController::preSave |
function |
drupal/core/modules/entity/lib/Drupal/entity/EntityViewModeStorageController.php |
Acts on an entity before the presave hook is invoked. |
EntityTestRenderController::buildContent |
function |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestRenderController.php |
Overrides Drupal\Core\Entity\EntityRenderController::buildContent(). |
ViewEditFormController::renderDisplayTop |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Render the top of the display so it can be updated during ajax operations. |
ViewEditFormController::submitDisplayAdd |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Submit handler to add a display to a view. |
EntityStorageControllerBase::$entityType |
property |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerBase.php |
Entity type for this controller instance. |
EntityStorageControllerBase::$entityInfo |
property |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerBase.php |
Array of information about the entity. |
EntityStorageControllerBase::__construct |
function |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerBase.php |
Constructs an EntityStorageControllerBase instance. |
RouterTest::testControllerResolutionPage |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouterTest.php |
Checks that a request with text/html response gets rendered as a page. |
CustomBlockFormController::prepareEntity |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockFormController.php |
Overrides \Drupal\Core\Entity\EntityFormController::prepareEntity(). |
CustomBlockStorageController::attachLoad |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockStorageController.php |
Overrides \Drupal\Core\Entity\DatabaseStorageController::attachLoad(). |
CustomBlockAccessController::checkAccess |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockAccessController.php |
Performs access checks. |
EntityTranslationControllerNG::getAccess |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerNG.php |
Overrides \Drupal\translation_entity\EntityTranslationController::getAccess(). |
TraceableControllerResolver::__construct |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php |
Constructor. |
EntityTranslationController::$entityType |
property |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
The type of the entity being translated. |
EntityTranslationController::$entityInfo |
property |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
The entity info of the entity being translated. |
EntityTranslationController::__construct |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Initializes an instance of the entity translation controller. |
EntityTranslationController::retranslate |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Implements EntityTranslationControllerInterface::retranslate(). |
EntityTranslationController::getBasePath |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Implements EntityTranslationControllerInterface::getBasePath(). |
EntityTranslationController::getEditPath |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Implements EntityTranslationControllerInterface::getEditPath(). |
EntityTranslationController::getViewPath |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Implements EntityTranslationControllerInterface::getViewPath(). |
EntityFormControllerInterface::getEntity |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormControllerInterface.php |
Returns the form entity. |
EntityFormControllerInterface::setEntity |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormControllerInterface.php |
Sets the form entity. |
ConfigStorageController::getConfigPrefix |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Returns the config prefix used by the configuration entity type. |
DatabaseStorageController::$revisionTable |
property |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
The table that stores revisions, if the entity supports revisions. |
DatabaseStorageController::createInstance |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Instantiates a new instance of this entity controller. |
ConfigEntityListController::getOperations |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityListController.php |
Overrides \Drupal\Core\Entity\EntityListController::getOperations(); |
DatabaseStorageController::deleteRevision |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Implements \Drupal\Core\Entity\EntityStorageControllerInterface::deleteRevision(). |
MenuLinkStorageController::$routeProvider |
property |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
The route provider service. |
MenuLinkStorageController::createInstance |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Instantiates a new instance of this entity controller. |
ConfigTestStorageController::importCreate |
function |
drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/ConfigTestStorageController.php |
Overrides \Drupal\Core\Config\Entity\ConfigStorageController::importCreate(). |