Search for date
Title | Object type | File name | Summary |
---|---|---|---|
UpdateQuery::arguments | function | includes/ |
Implements QueryConditionInterface::arguments(). |
UpdateQuery::compile | function | includes/ |
Implements QueryConditionInterface::compile(). |
UpdateQuery::compiled | function | includes/ |
Implements QueryConditionInterface::compiled(). |
UpdateQuery::condition | function | includes/ |
Implements QueryConditionInterface::condition(). |
UpdateQuery::conditions | function | includes/ |
Implements QueryConditionInterface::conditions(). |
UpdateQuery::execute | function | includes/ |
Executes the UPDATE query. |
UpdateQuery::exists | function | includes/ |
Implements QueryConditionInterface::exists(). |
UpdateQuery::expression | function | includes/ |
Specifies fields to be updated as an expression. |
UpdateQuery::fields | function | includes/ |
Adds a set of field->value pairs to be updated. |
UpdateQuery::isNotNull | function | includes/ |
Implements QueryConditionInterface::isNotNull(). |
UpdateQuery::isNull | function | includes/ |
Implements QueryConditionInterface::isNull(). |
UpdateQuery::notExists | function | includes/ |
Implements QueryConditionInterface::notExists(). |
UpdateQuery::where | function | includes/ |
Implements QueryConditionInterface::where(). |
UpdateQuery::__construct | function | includes/ |
Constructs an UpdateQuery object. |
UpdateQuery::__toString | function | includes/ |
Implements PHP magic __toString method to convert the query to a string. |
UpdateQuery_mysql | class | includes/ |
|
UpdateQuery_mysql::__toString | function | includes/ |
Implements PHP magic __toString method to convert the query to a string. |
UpdateQuery_pgsql | class | includes/ |
|
UpdateQuery_pgsql::execute | function | includes/ |
Executes the UPDATE query. |
UpdateQuery_sqlite | class | includes/ |
SQLite specific implementation of UpdateQuery. |
UpdateQuery_sqlite::execute | function | includes/ |
Executes the UPDATE query. |
Updater | class | includes/ |
Base class for Updaters used in Drupal. |
updater.inc | file | includes/ |
Classes used for updating various files in the Drupal webroot. These classes use a FileTransfer object to actually perform the operations. Normally, the FileTransfer is provided when the site owner is redirected to authorize.php as part of a multistep… |
Updater::$name | property | includes/ |
|
Updater::$source | property | includes/ |
|
Updater::$title | property | includes/ |
|
Updater::factory | function | includes/ |
Return an Updater of the appropriate type depending on the source. |
Updater::findInfoFile | function | includes/ |
Figure out what the most important (or only) info file is in a directory. |
Updater::getBackupDir | function | includes/ |
Return the full path to a directory where backups should be written. |
Updater::getInstallArgs | function | includes/ |
Store the default parameters for the Updater. |
Updater::getProjectName | function | includes/ |
Get the name of the project directory (basename). |
Updater::getProjectTitle | function | includes/ |
Return the project name from a Drupal info file. |
Updater::getUpdaterFromDirectory | function | includes/ |
Determine which Updater class can operate on the given directory. |
Updater::install | function | includes/ |
Installs a Drupal project, returns a list of next actions. |
Updater::makeBackup | function | includes/ |
Perform a backup. |
Updater::makeWorldReadable | function | includes/ |
Ensure that a given directory is world readable. |
Updater::postInstall | function | includes/ |
Perform actions after installation. |
Updater::postInstallTasks | function | includes/ |
Return an array of links to pages that should be visited post operation. |
Updater::postUpdate | function | includes/ |
Perform actions after new code is updated. |
Updater::postUpdateTasks | function | includes/ |
Return an array of links to pages that should be visited post operation. |
Updater::prepareInstallDirectory | function | includes/ |
Make sure the installation parent directory exists and is writable. |
Updater::update | function | includes/ |
Updates a Drupal project, returns a list of next actions. |
Updater::__construct | function | includes/ |
|
UpdaterException | class | includes/ |
Exception class for the Updater class hierarchy. |
UpdaterFileTransferException | class | includes/ |
Child class of UpdaterException that indicates a FileTransfer exception. |
Updates from 6.x to 7.x | group | modules/ |
Update functions from 6.x to 7.x. |
UpdateScriptFunctionalTest | class | modules/ |
Tests for the update system functionality. |
UpdateScriptFunctionalTest::$update_url | property | modules/ |
|
UpdateScriptFunctionalTest::$update_user | property | modules/ |
|
UpdateScriptFunctionalTest::getInfo | function | modules/ |
Pagination
- Previous page
- Page 15
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.