update_filter_project_info |
function |
drupal/core/modules/update/update.compare.inc |
Filters the project .info data to only save attributes we need. |
update_manager_update_form |
function |
drupal/core/modules/update/update.manager.inc |
Form constructor for the update form of the Update Manager module. |
MergeTest::testMergeUpdate |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/MergeTest.php |
Confirms that we can merge-update a record successfully. |
ParseException::updateRepr |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Exception/ParseException.php |
|
DatabaseStorageTest::update |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/Storage/DatabaseStorageTest.php |
|
_update_project_status_sort |
function |
drupal/core/modules/update/update.module |
Orders projects based on their status. |
views_field_update_instance |
function |
drupal/core/modules/views/views.module |
Implements hook_field_update_instance. |
image_field_update_instance |
function |
drupal/core/modules/image/image.module |
Implements hook_field_update_instance(). |
update_delete_file_if_stale |
function |
drupal/core/modules/update/update.module |
Deletes stale files and directories from the update manager disk cache. |
UpdateContribTest::$modules |
property |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php |
Modules to enable. |
UpdateCoreUnitTest::getInfo |
function |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreUnitTest.php |
|
DBLogTest::getContentUpdate |
function |
drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php |
Creates random content as an update based on node content type. |
UpdateTest::testMultiUpdate |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateTest.php |
Confirms that we can update multiple records successfully. |
UpdateTest::testWhereUpdate |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateTest.php |
Confirms that we can update multiple records with a where call. |
update_prepare_d8_bootstrap |
function |
drupal/core/includes/update.inc |
Performs extra steps required to bootstrap when using a Drupal 7 database. |
update_resolve_dependencies |
function |
drupal/core/includes/update.inc |
Resolves dependencies in a set of module updates, and orders them correctly. |
overlay_update_dependencies |
function |
drupal/core/modules/overlay/overlay.install |
Implements hook_update_dependencies(). |
_update_7000_node_get_types |
function |
drupal/core/modules/node/node.install |
Fetches node types directly from the database. |
options_field_update_forbid |
function |
drupal/core/modules/field/modules/options/options.module |
Implements hook_field_update_forbid(). |
DrupalKernel::updateModules |
function |
drupal/core/lib/Drupal/Core/DrupalKernel.php |
Implements Drupal\Core\DrupalKernelInterface::updateModules(). |
contact_update_dependencies |
function |
drupal/core/modules/contact/contact.install |
Implements hook_update_dependencies(). |
update_process_project_info |
function |
drupal/core/modules/update/update.compare.inc |
Determines version and type information for currently installed projects. |
update_manager_install_form |
function |
drupal/core/modules/update/update.manager.inc |
Form constructor for the install form of the Update Manager module. |
UpdateFeedItemTest::getInfo |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/UpdateFeedItemTest.php |
|
update_authorize_run_update |
function |
drupal/core/modules/update/update.authorize.inc |
Updates existing projects when invoked by authorize.php. |
update_verify_update_archive |
function |
drupal/core/modules/update/update.module |
Implements hook_verify_update_archive(). |
UpdateCoreUnitTest::$modules |
property |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreUnitTest.php |
Modules to enable. |
TwigEnvironment::needsUpdate |
function |
drupal/core/lib/Drupal/Core/Template/TwigEnvironment.php |
Checks if the compiled template needs an update. |
UpdateTest::testSimpleUpdate |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateTest.php |
Confirms that we can update a single record successfully. |
update_check_incompatibility |
function |
drupal/core/includes/update.inc |
Helper function to test compatibility of a module or theme. |
update_retrieve_dependencies |
function |
drupal/core/includes/update.inc |
Invoke hook_update_dependencies() in all installed modules. |
node_access_test_node_update |
function |
drupal/core/modules/node/tests/modules/node_access_test/node_access_test.module |
Implements hook_nodeapi_update(). |
UpdaterInterface::postUpdate |
function |
drupal/core/lib/Drupal/Core/Updater/UpdaterInterface.php |
Actions to run after an update has occurred. |
UpdaterFileTransferException |
class |
drupal/core/lib/Drupal/Core/Updater/UpdaterFileTransferException.php |
Defines a child class of Drupal\Core\Updater\UpdaterException that indicates
a Drupal\Core\FileTransfer\FileTransferInterface exception. |
_menu_update_parental_status |
function |
drupal/core/includes/menu.inc |
Checks and updates the 'has_children' status for the parent of a link. |
update_script_selection_form |
function |
drupal/core/update.php |
Form constructor for the list of available database module updates. |
update_authorize_run_install |
function |
drupal/core/modules/update/update.authorize.inc |
Installs a new project when invoked by authorize.php. |
_update_batch_create_message |
function |
drupal/core/modules/update/update.authorize.inc |
Creates a structure of log messages. |
ProcessTest::testUpdateStatus |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/ProcessTest.php |
|
UpdateTestBase::standardTests |
function |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateTestBase.php |
Runs a series of assertions that are applicable to all update statuses. |
UpdateTest::testMultiGTUpdate |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateTest.php |
Confirms that we can update multiple records with a non-equality condition. |
CrudTest::testUpdateFieldType |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php |
|
ManageFieldsTest::updateField |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php |
Tests editing an existing field. |
update_test_system_theme_info |
function |
drupal/core/modules/update/tests/modules/update_test/update_test.module |
Implements hook_system_theme_info(). |
field_sql_storage_update_8000 |
function |
drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.install |
Changes field language into langcode. |
update_test_system_info_alter |
function |
drupal/core/modules/update/tests/modules/update_test/update_test.module |
Implements hook_system_info_alter(). |
update_test_filetransfer_info |
function |
drupal/core/modules/update/tests/modules/update_test/update_test.module |
Implements hook_filetransfer_info(). |
update_build_dependency_graph |
function |
drupal/core/includes/update.inc |
Constructs a graph which encodes the dependencies between module updates. |
hook_field_storage_pre_update |
function |
drupal/core/modules/field/field.api.php |
Act before the storage backends update field data. |
UpdateScriptTest::$update_url |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Update/UpdateScriptTest.php |
|