field_field_storage_config_update |
function |
core/modules/field/field.module |
Implements hook_ENTITY_TYPE_update() for 'field_storage_config'. |
field_removed_post_updates |
function |
core/modules/field/field.post_update.php |
Implements hook_removed_post_updates(). |
field_test_field_storage_config_update_forbid |
function |
core/modules/field/tests/modules/field_test/field_test.field.inc |
Implements hook_field_storage_config_update_forbid(). |
field_update_last_removed |
function |
core/modules/field/field.install |
Implements hook_update_last_removed(). |
file.post_update.php |
file |
core/modules/file/file.post_update.php |
Post update functions for File. |
FileFieldFileExtensionsUpdateTest |
class |
core/modules/file/tests/src/Functional/Update/FileFieldFileExtensionsUpdateTest.php |
Tests file_post_update_add_txt_if_allows_insecure_extensions(). |
FileFieldFileExtensionsUpdateTest.php |
file |
core/modules/file/tests/src/Functional/Update/FileFieldFileExtensionsUpdateTest.php |
|
FileFieldFileExtensionsUpdateTest::$modules |
property |
core/modules/file/tests/src/Functional/Update/FileFieldFileExtensionsUpdateTest.php |
Modules to enable after the database is loaded. |
FileFieldFileExtensionsUpdateTest::setAllowedExtensions |
function |
core/modules/file/tests/src/Functional/Update/FileFieldFileExtensionsUpdateTest.php |
Sets the allowed extensions on the article image field. |
FileFieldFileExtensionsUpdateTest::setDatabaseDumpFiles |
function |
core/modules/file/tests/src/Functional/Update/FileFieldFileExtensionsUpdateTest.php |
Set database dump files to be used. |
FileFieldFileExtensionsUpdateTest::testAllFileTypesAllowed |
function |
core/modules/file/tests/src/Functional/Update/FileFieldFileExtensionsUpdateTest.php |
Tests file fields that permit all extensions. |
FileFieldFileExtensionsUpdateTest::testInsecureUpdatesAllowed |
function |
core/modules/file/tests/src/Functional/Update/FileFieldFileExtensionsUpdateTest.php |
Tests update when insecure uploads are allowed. |
FileFieldFileExtensionsUpdateTest::testInsecureUpdatesNotAllowed |
function |
core/modules/file/tests/src/Functional/Update/FileFieldFileExtensionsUpdateTest.php |
Tests adding txt extension to field that allow insecure extensions. |
FileFieldTestBase::updateFileField |
function |
core/modules/file/tests/src/Functional/FileFieldTestBase.php |
Updates an existing file field with new settings. |
FileRepository::createOrUpdate |
function |
core/modules/file/src/FileRepository.php |
Create a file entity or update if it exists. |
FileStorageTest::update |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php |
|
file_post_update_add_txt_if_allows_insecure_extensions |
function |
core/modules/file/file.post_update.php |
Add txt to allowed extensions for all fields that allow uploads of insecure files. |
file_test_file_update |
function |
core/modules/file/tests/file_test/file_test.module |
Implements hook_ENTITY_TYPE_update() for file entities. |
file_update_last_removed |
function |
core/modules/file/file.install |
Implements hook_update_last_removed(). |
FilterDateTest::updateNodesDateFieldsValues |
function |
core/modules/datetime/tests/src/Kernel/Views/FilterDateTest.php |
Updates tests nodes date fields values. |
FilterDefaultConfigTest::testUpdateRoles |
function |
core/modules/filter/tests/src/Kernel/FilterDefaultConfigTest.php |
Tests that changes to FilterFormat::$roles do not have an effect. |
filter_test_filter_format_update |
function |
core/modules/filter/tests/filter_test/filter_test.module |
Implements hook_ENTITY_TYPE_update(). |
FormAjaxResponseBuilderTest::testBuildResponseWithUpdateCommand |
function |
core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php |
@covers ::buildResponse |
ForumIndexStorage::update |
function |
core/modules/forum/src/ForumIndexStorage.php |
Updates the {forum} table for the given node. |
ForumIndexStorage::updateIndex |
function |
core/modules/forum/src/ForumIndexStorage.php |
Updates the {forum_index} records for a given node. |
ForumIndexStorageInterface::update |
function |
core/modules/forum/src/ForumIndexStorageInterface.php |
Updates the {forum} table for the given node. |
ForumIndexStorageInterface::updateIndex |
function |
core/modules/forum/src/ForumIndexStorageInterface.php |
Updates the {forum_index} records for a given node. |
forum_comment_update |
function |
core/modules/forum/forum.module |
Implements hook_ENTITY_TYPE_update() for comment entities. |
forum_node_update |
function |
core/modules/forum/forum.module |
Implements hook_ENTITY_TYPE_update() for node entities. |
hal.post_update.php |
file |
core/modules/hal/hal.post_update.php |
Post update functions for Hal. |
HalSettingsDeletionUpdateTest |
class |
core/modules/hal/tests/src/Functional/Update/HalSettingsDeletionUpdateTest.php |
Ensures that update hook is run properly for deleting obsolete Hal settings. |
HalSettingsDeletionUpdateTest.php |
file |
core/modules/hal/tests/src/Functional/Update/HalSettingsDeletionUpdateTest.php |
|
HalSettingsDeletionUpdateTest::setDatabaseDumpFiles |
function |
core/modules/hal/tests/src/Functional/Update/HalSettingsDeletionUpdateTest.php |
Set database dump files to be used. |
HalSettingsDeletionUpdateTest::testUpdate |
function |
core/modules/hal/tests/src/Functional/Update/HalSettingsDeletionUpdateTest.php |
Ensures that update hook is run for "hal" module. |
hal_post_update_delete_settings |
function |
core/modules/hal/hal.post_update.php |
Remove obsolete hal.settings configuration key. |
hal_update_last_removed |
function |
core/modules/hal/hal.install |
Implements hook_update_last_removed(). |
HelpSearch::updateIndex |
function |
core/modules/help_topics/src/Plugin/Search/HelpSearch.php |
Updates the search index for this plugin. |
HelpSearch::updateIndexState |
function |
core/modules/help_topics/src/Plugin/Search/HelpSearch.php |
Updates the 'help_search_unindexed_count' state variable. |
HelpSearch::updateTopicList |
function |
core/modules/help_topics/src/Plugin/Search/HelpSearch.php |
Rebuilds the database table containing topics to be indexed. |
HighWaterTest::testHighWaterUpdate |
function |
core/modules/migrate/tests/src/Kernel/HighWaterTest.php |
Tests high water property of SqlBase when rows marked for update. |
history_update_last_removed |
function |
core/modules/history/history.install |
Implements hook_update_last_removed(). |
hook_ENTITY_TYPE_update |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Respond to updates to an entity of a particular type. |
hook_entity_update |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Respond to updates to an entity. |
hook_field_storage_config_update_forbid |
function |
core/modules/field/field.api.php |
Forbid a field storage update from occurring. |
hook_node_update_index |
function |
core/modules/node/node.api.php |
Act on a node being indexed for searching. |
hook_post_update_NAME |
function |
core/lib/Drupal/Core/Extension/module.api.php |
Executes an update which is intended to update data, like entities. |
hook_removed_post_updates |
function |
core/lib/Drupal/Core/Extension/module.api.php |
Return an array of removed hook_post_update_NAME() function names. |
hook_updater_info |
function |
core/lib/Drupal/Core/Extension/module.api.php |
Provide information on Updaters (classes that can update Drupal). |
hook_updater_info_alter |
function |
core/lib/Drupal/Core/Extension/module.api.php |
Alter the Updater information array. |
hook_update_dependencies |
function |
core/lib/Drupal/Core/Extension/module.api.php |
Return an array of information about module update dependencies. |