Update |
class |
drupal/core/lib/Drupal/Core/Database/Query/Update.php |
General class for an abstracted UPDATE operation. |
Update |
class |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Update.php |
|
Update |
class |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Update.php |
SQLite specific implementation of UpdateQuery. |
Update |
class |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Update.php |
|
Updater |
class |
drupal/core/lib/Drupal/Core/Updater/Updater.php |
Defines the base class for Updaters used in Drupal. |
db_update |
function |
drupal/core/includes/database.inc |
Returns a new UpdateQuery object for the active database. |
update.css |
file |
drupal/core/modules/update/update.css |
Styles used by the Update Manager module. |
Update.php |
file |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Update.php |
Definition of Drupal\Core\Database\Driver\mysql\Update |
Update.php |
file |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Update.php |
Definition of Drupal\Core\Database\Driver\sqlite\Update |
Update.php |
file |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Update.php |
Definition of Drupal\Core\Database\Driver\pgsql\Update |
UpdateTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateTest.php |
Tests the update query builder. |
Update.php |
file |
drupal/core/lib/Drupal/Core/Database/Query/Update.php |
Definition of Drupal\Core\Database\Query\Update |
update.php |
file |
drupal/core/update.php |
Administrative page for handling updates from one Drupal version to another. |
update.inc |
file |
drupal/core/includes/update.inc |
Drupal database update API. |
update_help |
function |
drupal/core/modules/update/update.module |
Implements hook_help(). |
update_init |
function |
drupal/core/modules/update/update.module |
Implements hook_init(). |
update_menu |
function |
drupal/core/modules/update/update.module |
Implements hook_menu(). |
update_cron |
function |
drupal/core/modules/update/update.module |
Implements hook_cron(). |
update.info |
file |
drupal/core/modules/update/update.info |
name = Update Manager
description = Checks for available updates, and can securely install or update modules and themes via a web interface.
version = VERSION
package = Core
core = 8.x
configure = admin/reports/updates/settings
dependencies[] = file |
update_mail |
function |
drupal/core/modules/update/update.module |
Implements hook_mail(). |
hook_update |
function |
drupal/core/modules/node/node.api.php |
Respond to updates to a node. |
Updater.php |
file |
drupal/core/lib/Drupal/Core/Updater/Updater.php |
Definition of Drupal\Core\Updater\Updater. |
poll_update |
function |
drupal/core/modules/poll/poll.module |
Implements hook_update(). |
update_theme |
function |
drupal/core/modules/update/update.module |
Implements hook_theme(). |
MARK_UPDATED |
constant |
drupal/core/includes/theme.inc |
Mark content as being updated. |
update_batch |
function |
drupal/core/includes/update.inc |
Start the database update batch process. |
UpdateLobTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateLobTest.php |
Tests UPDATE queries involving LOB values. |
update.module |
file |
drupal/core/modules/update/update.module |
Handles updates of Drupal core and contributed projects. |
Update::where |
function |
drupal/core/lib/Drupal/Core/Database/Query/Update.php |
Implements Drupal\Core\Database\Query\ConditionInterface::where(). |
update_schema |
function |
drupal/core/modules/update/update.install |
Implements hook_schema(). |
hook_update_N |
function |
drupal/core/modules/system/system.api.php |
Perform a single update. |
update_do_one |
function |
drupal/core/includes/update.inc |
Perform one update and store the results for display on finished page. |
update_status |
function |
drupal/core/modules/update/update.report.inc |
Page callback: Generates a page about the update status of projects. |
SAVED_UPDATED |
constant |
drupal/core/includes/common.inc |
Return status for saving which involved an update to an existing item. |
UPDATE_UNKNOWN |
constant |
drupal/core/modules/update/update.module |
No available update data was found for project. |
update_refresh |
function |
drupal/core/modules/update/update.module |
Refreshes the release data after loading the necessary include file. |
update-rtl.css |
file |
drupal/core/modules/update/update-rtl.css |
RTL styles used by the Update Manager module. |
update.install |
file |
drupal/core/modules/update/update.install |
Install, update, and uninstall functions for the Update Manager module. |
UpdateFeedTest |
class |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/UpdateFeedTest.php |
|
update.api.php |
file |
drupal/core/modules/update/update.api.php |
Hooks provided by the Update Manager module. |
Update::$table |
property |
drupal/core/lib/Drupal/Core/Database/Query/Update.php |
The table to update. |
Update::isNull |
function |
drupal/core/lib/Drupal/Core/Database/Query/Update.php |
Implements Drupal\Core\Database\Query\ConditionInterface::isNull(). |
Update::exists |
function |
drupal/core/lib/Drupal/Core/Database/Query/Update.php |
Implements Drupal\Core\Database\Query\ConditionInterface::exists(). |
UpdateTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateTest.php |
Definition of Drupal\system\Tests\Database\UpdateTest. |
Update::fields |
function |
drupal/core/lib/Drupal/Core/Database/Query/Update.php |
Adds a set of field->value pairs to be updated. |
update_install |
function |
drupal/core/modules/update/update.install |
Implements hook_install(). |
UpdateTestBase |
class |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateTestBase.php |
Defines some shared functions used by all update tests. |
UpdateCoreTest |
class |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreTest.php |
Tests behavior related to discovering and listing updates to Drupal core. |
NcsLastUpdated |
class |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/NcsLastUpdated.php |
Field handler to display the newer of last comment / node updated. |
NcsLastUpdated |
class |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/sort/NcsLastUpdated.php |
Sort handler for the newer of last comment / node updated. |