Search for date

  1. Search 9.5.x for date
  2. Search 8.9.x for date
  3. Search 10.3.x for date
  4. Search 11.x for date
  5. Other projects
Title Object type File name Summary
UpdateDependencyMissingTestCase::getInfo function modules/simpletest/tests/update.test
UpdateDependencyMissingTestCase::setUp function modules/simpletest/tests/update.test Sets up a Drupal site for running functional and integration tests.
UpdateDependencyMissingTestCase::testMissingUpdate function modules/simpletest/tests/update.test
UpdateDependencyOrderingTestCase class modules/simpletest/tests/update.test Tests for the update dependency ordering system.
UpdateDependencyOrderingTestCase::getInfo function modules/simpletest/tests/update.test
UpdateDependencyOrderingTestCase::setUp function modules/simpletest/tests/update.test Sets up a Drupal site for running functional and integration tests.
UpdateDependencyOrderingTestCase::testUpdateOrderingModuleInterdependency function modules/simpletest/tests/update.test Test that dependencies between modules are resolved correctly.
UpdateDependencyOrderingTestCase::testUpdateOrderingSingleModule function modules/simpletest/tests/update.test Test that updates within a single module run in the correct order.
UpdateFeedItemTestCase class modules/aggregator/aggregator.test Tests functionality of updating a feed item in the Aggregator module.
UpdateFeedItemTestCase::getInfo function modules/aggregator/aggregator.test
UpdateFeedItemTestCase::testUpdateFeedItem function modules/aggregator/aggregator.test Tests running "update items" from 'admin/config/services/aggregator' page.
UpdateFeedTestCase class modules/aggregator/aggregator.test Tests functionality of updating the feed in the Aggregator module.
UpdateFeedTestCase::getInfo function modules/aggregator/aggregator.test
UpdateFeedTestCase::testUpdateFeed function modules/aggregator/aggregator.test Creates a feed and attempts to update it.
UpdatePathTestCase class modules/simpletest/tests/upgrade/upgrade.test Performs end-to-end point test of the release update path.
UpdatePathTestCase::prepareD7Session function modules/simpletest/tests/upgrade/upgrade.test Overrides UpgradePathTestCase::prepareD7Session().
UpdateQuery class includes/database/query.inc General class for an abstracted UPDATE operation.
UpdateQuery::$arguments property includes/database/query.inc An array of values to update to.
UpdateQuery::$condition property includes/database/query.inc The condition object for this query.
UpdateQuery::$expressionFields property includes/database/query.inc Array of fields to update to an expression in case of a duplicate record.
UpdateQuery::$fields property includes/database/query.inc An array of fields that will be updated.
UpdateQuery::$table property includes/database/query.inc The table to update.
UpdateQuery::arguments function includes/database/query.inc Implements QueryConditionInterface::arguments().
UpdateQuery::compile function includes/database/query.inc Implements QueryConditionInterface::compile().
UpdateQuery::compiled function includes/database/query.inc Implements QueryConditionInterface::compiled().
UpdateQuery::condition function includes/database/query.inc Implements QueryConditionInterface::condition().
UpdateQuery::conditions function includes/database/query.inc Implements QueryConditionInterface::conditions().
UpdateQuery::execute function includes/database/query.inc Executes the UPDATE query.
UpdateQuery::exists function includes/database/query.inc Implements QueryConditionInterface::exists().
UpdateQuery::expression function includes/database/query.inc Specifies fields to be updated as an expression.
UpdateQuery::fields function includes/database/query.inc Adds a set of field->value pairs to be updated.
UpdateQuery::isNotNull function includes/database/query.inc Implements QueryConditionInterface::isNotNull().
UpdateQuery::isNull function includes/database/query.inc Implements QueryConditionInterface::isNull().
UpdateQuery::notExists function includes/database/query.inc Implements QueryConditionInterface::notExists().
UpdateQuery::where function includes/database/query.inc Implements QueryConditionInterface::where().
UpdateQuery::__construct function includes/database/query.inc Constructs an UpdateQuery object.
UpdateQuery::__toString function includes/database/query.inc Implements PHP magic __toString method to convert the query to a string.
UpdateQuery_mysql class includes/database/mysql/query.inc
UpdateQuery_mysql::__toString function includes/database/mysql/query.inc Implements PHP magic __toString method to convert the query to a string.
UpdateQuery_pgsql class includes/database/pgsql/query.inc
UpdateQuery_pgsql::execute function includes/database/pgsql/query.inc Executes the UPDATE query.
UpdateQuery_sqlite class includes/database/sqlite/query.inc SQLite specific implementation of UpdateQuery.
UpdateQuery_sqlite::execute function includes/database/sqlite/query.inc Executes the UPDATE query.
Updater class includes/updater.inc Base class for Updaters used in Drupal.
updater.inc file includes/updater.inc 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.inc
Updater::$source property includes/updater.inc
Updater::$title property includes/updater.inc
Updater::factory function includes/updater.inc Return an Updater of the appropriate type depending on the source.
Updater::findInfoFile function includes/updater.inc Figure out what the most important (or only) info file is in a directory.

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