Search for update

  1. Search 7.x for update
  2. Search 9.5.x for update
  3. Search 10.3.x for update
  4. Search 11.x for update
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Update class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Update.php MySQL test implementation of \Drupal\Core\Database\Query\Update.
Update class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Update.php PostgreSQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/lib/Drupal/Core/Database/Driver/sqlite/Update.php SQLite implementation of \Drupal\Core\Database\Query\Update.
Update class core/lib/Drupal/Core/Database/Driver/mysql/Update.php MySQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/lib/Drupal/Core/Database/Driver/pgsql/Update.php PostgreSQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/lib/Drupal/Core/Database/Query/Update.php General class for an abstracted UPDATE operation.

All search results

Title Object type File name Summary
DblogRecentLogsUsingViewsUpdateTest.php file core/modules/dblog/tests/src/Functional/Update/DblogRecentLogsUsingViewsUpdateTest.php
DblogRecentLogsUsingViewsUpdateTest::setDatabaseDumpFiles function core/modules/dblog/tests/src/Functional/Update/DblogRecentLogsUsingViewsUpdateTest.php Set database dump files to be used.
DblogRecentLogsUsingViewsUpdateTest::testUpdate function core/modules/dblog/tests/src/Functional/Update/DblogRecentLogsUsingViewsUpdateTest.php Ensures that update hook is run for dblog module.
DbLogTest::getContentUpdate function core/modules/dblog/tests/src/Functional/DbLogTest.php Creates random content as an update based on node content type.
dblog_post_update_convert_recent_messages_to_view function core/modules/dblog/dblog.post_update.php Replace 'Recent log messages' with a view.
dblog_update_8400 function core/modules/dblog/dblog.install Use standard plugin for wid and uid fields. Use dblog_types for type filter.
dblog_update_8600 function core/modules/dblog/dblog.install Change 'No logs message available.' area plugin type.
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 for update routes.
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 this class.
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::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.
DbUpdatesTrait trait core/modules/system/src/Tests/Update/DbUpdatesTrait.php Provides methods to conditionally enable db update functions and apply
pending db updates through the Update UI.
DbUpdatesTrait trait core/modules/system/tests/src/Functional/Update/DbUpdatesTrait.php Provides methods to conditionally enable db update functions and apply
pending db updates through the Update UI.
DbUpdatesTrait.php file core/modules/system/src/Tests/Update/DbUpdatesTrait.php
DbUpdatesTrait.php file core/modules/system/tests/src/Functional/Update/DbUpdatesTrait.php
DbUpdatesTrait::applyUpdates function core/modules/system/src/Tests/Update/DbUpdatesTrait.php Applies any pending DB updates through the Update UI.
DbUpdatesTrait::applyUpdates function core/modules/system/tests/src/Functional/Update/DbUpdatesTrait.php Applies any pending DB updates through the Update UI.
DbUpdatesTrait::enableUpdates function core/modules/system/src/Tests/Update/DbUpdatesTrait.php Enables db updates until the specified index.
DbUpdatesTrait::enableUpdates function core/modules/system/tests/src/Functional/Update/DbUpdatesTrait.php Enables db updates until the specified index.
DbUpdatesTrait::includeUpdates function core/modules/system/src/Tests/Update/DbUpdatesTrait.php Conditionally load Update API functions for the specified group.
db_update function core/includes/database.inc Returns a new UpdateQuery object for the active database.
DefaultContentModerationStateRevisionUpdateTest class core/modules/content_moderation/tests/src/Functional/Update/DefaultContentModerationStateRevisionUpdateTest.php Test updating the ContentModerationState entity default revisions.
DefaultContentModerationStateRevisionUpdateTest.php file core/modules/content_moderation/tests/src/Functional/Update/DefaultContentModerationStateRevisionUpdateTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.