| dblog_removed_post_updates |
function |
core/modules/dblog/dblog.post_update.php |
Implements hook_removed_post_updates(). |
| dblog_update_last_removed |
function |
core/modules/dblog/dblog.install |
Implements hook_update_last_removed(). |
| DbUpdateAccessCheck |
class |
core/modules/system/src/Access/DbUpdateAccessCheck.php |
Access check for database update routes. |
| DbUpdateAccessCheck.php |
file |
core/modules/system/src/Access/DbUpdateAccessCheck.php |
|
| DbUpdateAccessCheck::access |
function |
core/modules/system/src/Access/DbUpdateAccessCheck.php |
Checks access to update.php. |
| DbUpdateController |
class |
core/modules/system/src/Controller/DbUpdateController.php |
Controller routines for database update routes. |
| DbUpdateController.php |
file |
core/modules/system/src/Controller/DbUpdateController.php |
|
| DbUpdateController::$account |
property |
core/modules/system/src/Controller/DbUpdateController.php |
The current user. |
| DbUpdateController::$bareHtmlPageRenderer |
property |
core/modules/system/src/Controller/DbUpdateController.php |
The bare HTML page renderer. |
| DbUpdateController::$cache |
property |
core/modules/system/src/Controller/DbUpdateController.php |
A cache backend interface. |
| DbUpdateController::$keyValueExpirableFactory |
property |
core/modules/system/src/Controller/DbUpdateController.php |
The keyvalue expirable factory. |
| DbUpdateController::$moduleHandler |
property |
core/modules/system/src/Controller/DbUpdateController.php |
The module handler. |
| DbUpdateController::$postUpdateRegistry |
property |
core/modules/system/src/Controller/DbUpdateController.php |
The post update registry. |
| DbUpdateController::$root |
property |
core/modules/system/src/Controller/DbUpdateController.php |
The app root. |
| DbUpdateController::$state |
property |
core/modules/system/src/Controller/DbUpdateController.php |
The state service. |
| DbUpdateController::batchFinished |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Finishes the update process and stores the results for eventual display. |
| DbUpdateController::create |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Instantiates a new instance of the implementing class using autowiring. |
| DbUpdateController::getModuleUpdates |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Retrieves module updates. |
| DbUpdateController::handle |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Returns a database update page. |
| DbUpdateController::helpfulLinks |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Provides links to the homepage and administration pages. |
| DbUpdateController::info |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Returns the info database update page. |
| DbUpdateController::requirements |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Renders a list of requirement errors or warnings. |
| DbUpdateController::results |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Displays results of the update script with any accompanying errors. |
| DbUpdateController::selection |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Renders a list of available database updates. |
| DbUpdateController::triggerBatch |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Starts the database update batch process. |
| DbUpdateController::updateTasksList |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Provides the update task list render array. |
| DbUpdateController::__construct |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Constructs a new UpdateController. |
| DbUpdateNegotiator |
class |
core/modules/system/src/Theme/DbUpdateNegotiator.php |
Sets the active theme for the database update pages. |
| DbUpdateNegotiator.php |
file |
core/modules/system/src/Theme/DbUpdateNegotiator.php |
|
| DbUpdateNegotiator::$configFactory |
property |
core/modules/system/src/Theme/DbUpdateNegotiator.php |
The config factory. |
| DbUpdateNegotiator::$themeHandler |
property |
core/modules/system/src/Theme/DbUpdateNegotiator.php |
The theme handler. |
| DbUpdateNegotiator::applies |
function |
core/modules/system/src/Theme/DbUpdateNegotiator.php |
Whether this theme negotiator should be used to set the theme. |
| DbUpdateNegotiator::determineActiveTheme |
function |
core/modules/system/src/Theme/DbUpdateNegotiator.php |
Determine the active theme for the request. |
| DbUpdateNegotiator::__construct |
function |
core/modules/system/src/Theme/DbUpdateNegotiator.php |
Constructs a DbUpdateNegotiator. |
| db_update.php |
file |
core/modules/package_manager/tests/fixtures/db_update.php |
Contains a fake database update function for testing. |
| DefaultSelection::elementValidateFilter |
function |
core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php |
Form element validation handler; Filters the #value property of an element. |
| DefaultSelection::validateReferenceableEntities |
function |
core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php |
Validates which existing entities can be referenced. |
| DefaultSelection::validateReferenceableNewEntities |
function |
core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php |
Validates which newly created entities can be referenced. |
| DefaultSelection::validateTargetBundles |
function |
core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php |
Validates a target_bundles element. |
| DefaultSelection::validateTargetBundlesUpdate |
function |
core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php |
Validates a target_bundles_update element. |
| DefaultTableMappingIntegrationTest::$entityDefinitionUpdateManager |
property |
core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php |
The entity definition update manager. |
| DeletedWorkspaceConstraintValidator::validate |
function |
core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraintValidator.php |
|
| DemoteNode::getFieldsToUpdate |
function |
core/modules/node/src/Plugin/Action/DemoteNode.php |
Gets an array of values to be set. |
| DependencyHookInvocationTest::testHookUpdateDependencies |
function |
core/modules/system/tests/src/Functional/UpdateSystem/DependencyHookInvocationTest.php |
Tests the structure of the array returned by hook_update_dependencies(). |
| DependencyMissingTest::testMissingUpdate |
function |
core/modules/system/tests/src/Functional/UpdateSystem/DependencyMissingTest.php |
Tests updating with a missing dependency. |
| DependencyOrderingTest::testUpdateOrderingModuleInterdependency |
function |
core/modules/system/tests/src/Functional/UpdateSystem/DependencyOrderingTest.php |
Tests that dependencies between modules are resolved correctly. |
| DependencyOrderingTest::testUpdateOrderingSingleModule |
function |
core/modules/system/tests/src/Functional/UpdateSystem/DependencyOrderingTest.php |
Tests that updates within a single module run in the correct order. |
| DevReleaseTest::testSecurityUpdateEmptyProjectTimestamp |
function |
core/modules/update/tests/src/Kernel/DevReleaseTest.php |
Tests security updates are empty with a dev version and an empty timestamp. |
| DevReleaseTest::testSecurityUpdates |
function |
core/modules/update/tests/src/Kernel/DevReleaseTest.php |
Tests security updates when the installed version is a dev version. |
| DiskSpaceValidator::validate |
function |
core/modules/package_manager/src/Validator/DiskSpaceValidator.php |
Validates that there is enough free disk space to do stage operations. |