_update_8003_field_create_field |
function |
drupal/core/modules/field/field.install |
Creates a field by writing directly to configuration. |
_update_8000_entity_get_display |
function |
drupal/core/modules/entity/entity.install |
Returns the raw configuration object for an EntityDisplay entity. |
update_script_test_requirements |
function |
drupal/core/modules/system/tests/modules/update_script_test/update_script_test.install |
Implements hook_requirements(). |
CrudTest::testUpdateFieldForbid |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php |
Test field type modules forbidding an update. |
_system_update_bootstrap_status |
function |
drupal/core/modules/system/system.module |
Refreshes the list of bootstrap modules. |
hook_taxonomy_vocabulary_update |
function |
drupal/core/modules/taxonomy/taxonomy.api.php |
Act on taxonomy vocabularies when updated. |
update_get_update_function_list |
function |
drupal/core/includes/update.inc |
Returns an organized list of update functions for a set of modules. |
Update versions of API functions |
group |
drupal/core/modules/system/system.api.php |
Functions that are similar to normal API functions, but do not invoke hooks. |
translation_entity_entity_update |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Implements hook_entity_update(). |
update_form_system_modules_alter |
function |
drupal/core/modules/update/update.module |
Implements hook_form_FORM_ID_alter() for system_modules(). |
_translation_entity_update_field |
function |
drupal/core/modules/translation_entity/translation_entity.admin.inc |
Stores the given field translations. |
MergeTest::testMergeUpdateExcept |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/MergeTest.php |
Confirms that we can merge-update a record successfully. |
_node_mass_update_batch_finished |
function |
drupal/core/modules/node/node.admin.inc |
Reports the 'finished' status of batch operation for node_mass_update(). |
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. |
update_manager_batch_project_get |
function |
drupal/core/modules/update/update.manager.inc |
Batch callback: Downloads, unpacks, and verifies a project. |
UpdateLobTest::testUpdateOneBlob |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateLobTest.php |
Confirms that we can update a blob column. |
filter_test_filter_format_update |
function |
drupal/core/modules/filter/tests/filter_test/filter_test.module |
Implements hook_filter_format_update(). |
EsiResponseCacheStrategy::update |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/EsiResponseCacheStrategy.php |
Updates the Response HTTP headers based on the embedded Responses. |
LocaleUpdateTest::$timestamp_old |
property |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php |
Timestamp for an old translation. |
UpdaterFileTransferException.php |
file |
drupal/core/lib/Drupal/Core/Updater/UpdaterFileTransferException.php |
Definition of Drupal\Core\Updater\UpdaterFileTransferException. |
UpdateSettingsForm::validateForm |
function |
drupal/core/modules/update/lib/Drupal/update/UpdateSettingsForm.php |
Implements \Drupal\Core\Form\FormInterface::validateForm(). |
LocaleUpdateTest::$timestamp_new |
property |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php |
Timestamp for a new translation. |
UpdateTest::testSimpleNullUpdate |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateTest.php |
Confirms updating to NULL. |
UpdateTest::testExpressionUpdate |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateTest.php |
Tests updating with expressions. |
UpdateTest::testPrimaryKeyUpdate |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateTest.php |
Confirm that we can update the primary key of a record successfully. |
Updater::getUpdaterFromDirectory |
function |
drupal/core/lib/Drupal/Core/Updater/Updater.php |
Determines which Updater class can operate on the given directory. |
Updater::prepareInstallDirectory |
function |
drupal/core/lib/Drupal/Core/Updater/Updater.php |
Makes sure the installation parent directory exists and is writable. |
LocaleUpdateInterfaceTest::setUp |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateInterfaceTest.php |
Sets up a Drupal site for running functional and integration tests. |
UpdaterInterface::getProjectName |
function |
drupal/core/lib/Drupal/Core/Updater/UpdaterInterface.php |
Returns the system name of the project. |
UpdateCoreTest::setSystemInfo7_0 |
function |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreTest.php |
Sets the version to 7.0 when no project-specific mapping is defined. |
UpdateController::$moduleHandler |
property |
drupal/core/modules/update/lib/Drupal/update/Controller/UpdateController.php |
Module handler service. |
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_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. |
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(). |
UpgradePathTestBase::getUpdatePhp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UpgradePathTestBase.php |
Gets update.php without calling url(). |
update_manager_update_form_submit |
function |
drupal/core/modules/update/update.manager.inc |
Form submission handler for update_manager_update_form(). |
FieldUpdateForbiddenException.php |
file |
drupal/core/modules/field/lib/Drupal/field/FieldUpdateForbiddenException.php |
|
update_test_3_update_dependencies |
function |
drupal/core/modules/system/tests/modules/update_test_3/update_test_3.install |
Implements hook_update_dependencies(). |
update_test_2_update_dependencies |
function |
drupal/core/modules/system/tests/modules/update_test_2/update_test_2.install |
Implements hook_update_dependencies(). |
update_test_1_update_dependencies |
function |
drupal/core/modules/system/tests/modules/update_test_1/update_test_1.install |
Implements hook_update_dependencies(). |
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. |
entity_crud_hook_test_block_update |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_block_update(). |
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. |
update_manager_install_form_submit |
function |
drupal/core/modules/update/update.manager.inc |
Form submission handler for update_manager_install_form(). |
_update_8003_field_create_instance |
function |
drupal/core/modules/field/field.install |
Writes a field instance directly to configuration. |