_node_mass_update_batch_finished |
function |
drupal/core/modules/node/node.admin.inc |
Reports the 'finished' status of batch operation for node_mass_update(). |
Updater::getUpdaterFromDirectory |
function |
drupal/core/lib/Drupal/Core/Updater/Updater.php |
Determines which Updater class can operate on the given directory. |
UpdaterFileTransferException.php |
file |
drupal/core/lib/Drupal/Core/Updater/UpdaterFileTransferException.php |
Definition of Drupal\Core\Updater\UpdaterFileTransferException. |
Updater::prepareInstallDirectory |
function |
drupal/core/lib/Drupal/Core/Updater/Updater.php |
Makes sure the installation parent directory exists and is writable. |
filter_test_filter_format_update |
function |
drupal/core/modules/system/tests/modules/filter_test/filter_test.module |
Implements hook_filter_format_update(). |
UpdaterInterface::getProjectName |
function |
drupal/core/lib/Drupal/Core/Updater/UpdaterInterface.php |
Returns the system name of the project. |
translation_entity_entity_update |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Implements hook_entity_update(). |
_translation_entity_update_field |
function |
drupal/core/modules/translation_entity/translation_entity.admin.inc |
Stores the given field translations. |
theme_update_manager_update_form |
function |
drupal/core/modules/update/update.manager.inc |
Returns HTML for the first page in the process of updating projects. |
update_manager_update_ready_form |
function |
drupal/core/modules/update/update.manager.inc |
Form constructor for the update ready form. |
MergeTest::testMergeUpdateExcept |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/MergeTest.php |
Confirms that we can merge-update a record successfully. |
update_manager_batch_project_get |
function |
drupal/core/modules/update/update.manager.inc |
Batch callback: Downloads, unpacks, and verifies a project. |
update_test_2_update_dependencies |
function |
drupal/core/modules/system/tests/modules/update_test_2/update_test_2.install |
Implements hook_update_dependencies(). |
_update_manager_unique_identifier |
function |
drupal/core/modules/update/update.module |
Returns a short unique identifier for this Drupal installation. |
_update_manager_extract_directory |
function |
drupal/core/modules/update/update.module |
Returns the directory where update archive files should be extracted. |
PagerPluginBase::update_page_info |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php |
If there are pagers that need global values set, this method can
be used to set them. It will be called when the count query is run. |
UpgradePathTestBase::getUpdatePhp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UpgradePathTestBase.php |
Gets update.php without calling url(). |
FieldUpdateForbiddenException.php |
file |
drupal/core/modules/field/lib/Drupal/field/FieldUpdateForbiddenException.php |
|
entity_crud_hook_test_file_update |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_file_update(). |
entity_crud_hook_test_node_update |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_node_update(). |
entity_crud_hook_test_user_update |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_user_update(). |
update_test_3_update_dependencies |
function |
drupal/core/modules/system/tests/modules/update_test_3/update_test_3.install |
Implements hook_update_dependencies(). |
UpdateScriptTest::testThemeSystem |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Update/UpdateScriptTest.php |
Tests the effect of using the update script on the theme system. |
update_test_1_update_dependencies |
function |
drupal/core/modules/system/tests/modules/update_test_1/update_test_1.install |
Implements hook_update_dependencies(). |
update_manager_update_form_submit |
function |
drupal/core/modules/update/update.manager.inc |
Form submission handler for update_manager_update_form(). |
FileFieldTestBase::updateFileField |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldTestBase.php |
Updates an existing file field with new settings. |
Private update status cache system |
group |
drupal/core/modules/update/update.module |
Functions to manage the update status cache. |
taxonomy_test_taxonomy_term_update |
function |
drupal/core/modules/system/tests/modules/taxonomy_test/taxonomy_test.module |
Implements hook_taxonomy_term_update(). |
UpdateUploadTest::testUploadModule |
function |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateUploadTest.php |
Tests upload and extraction of a module. |
_update_7000_field_delete_instance |
function |
drupal/core/modules/field/field.install |
Deletes an instance and all its data of a field stored in SQL Storage. |
_update_7000_field_create_instance |
function |
drupal/core/modules/field/field.install |
Writes a field instance directly to the database. |
UpdateScriptTest::testUpdateAccess |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Update/UpdateScriptTest.php |
Tests access to the update script. |
UpdateScriptTest::testRequirements |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Update/UpdateScriptTest.php |
Tests that requirements warnings and errors are correctly displayed. |
Controller::updateFieldAceProperty |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/Controller.php |
This processes changes on an ACE related property (classFieldAces, or objectFieldAces). |
update_manager_install_form_submit |
function |
drupal/core/modules/update/update.manager.inc |
Form submission handler for update_manager_install_form(). |
MergeTest::testMergeUpdateExplicit |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/MergeTest.php |
Confirms that we can merge-update a record, with alternate replacement. |
ContactSitewideTest::updateCategory |
function |
drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactSitewideTest.php |
Updates a category. |
UpdateTestBase::refreshUpdateStatus |
function |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateTestBase.php |
Refreshes the update status based on the desired available update scenario. |
update_callback_service_unavailable |
function |
drupal/core/modules/update/tests/modules/update_test/update_test.module |
Page callback: Displays an Error 503 (Service unavailable) page. |
PreUpdateEventArgs::hasChangedField |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/PreUpdateEventArgs.php |
Check if field has a changeset. |
entity_crud_hook_test_entity_update |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_entity_update(). |
taxonomy_taxonomy_vocabulary_update |
function |
drupal/core/modules/taxonomy/taxonomy.module |
Implements hook_taxonomy_vocabulary_update(). |
update_manager_update_form_validate |
function |
drupal/core/modules/update/update.manager.inc |
Form validation handler for update_manager_update_form(). |
update_authorize_batch_copy_project |
function |
drupal/core/modules/update/update.authorize.inc |
Batch callback: Copies project to its proper place when authorized to do so. |
AggregatorTestBase::updateFeedItems |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php |
Update feed items (simulate click to admin/config/services/aggregator/update/$fid). |
AggregatorTestBase::updateAndRemove |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php |
Add and remove feed items and ensure that the count is zero. |
EntityAccessController::updateAccess |
function |
drupal/core/lib/Drupal/Core/Entity/EntityAccessController.php |
Implements EntityAccessControllerInterface::updateAccess(). |
CrudTest::testUpdateNonExistentField |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php |
|
UpgradePathTestBase::$pendingUpdates |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UpgradePathTestBase.php |
Flag to indicate whether there are pending updates or not. |
_update_8000_field_sql_storage_write |
function |
drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.install |
Writes field data directly to SQL storage. |