Search for update

  1. Search 7.x for update
  2. Search 9.5.x for update
  3. Search 10.3.x for update
  4. Search 11.x for update
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Update class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Update.php MySQL test implementation of \Drupal\Core\Database\Query\Update.
Update class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Update.php PostgreSQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/lib/Drupal/Core/Database/Driver/sqlite/Update.php SQLite implementation of \Drupal\Core\Database\Query\Update.
Update class core/lib/Drupal/Core/Database/Driver/mysql/Update.php MySQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/lib/Drupal/Core/Database/Driver/pgsql/Update.php PostgreSQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/lib/Drupal/Core/Database/Query/Update.php General class for an abstracted UPDATE operation.

All search results

Title Object type File name Summary
FieldUpdateTest::testFieldUpdate8500 function core/modules/field/tests/src/Functional/Update/FieldUpdateTest.php Tests field_update_8500().
field_field_storage_config_update function core/modules/field/field.module Implements hook_ENTITY_TYPE_update() for 'field_storage_config'.
field_post_update_email_widget_size_setting function core/modules/field/field.post_update.php Adds the 'size' setting for email widgets.
field_post_update_entity_reference_handler_setting function core/modules/field/field.post_update.php Fixes the 'handler' setting for entity reference fields.
field_post_update_remove_handler_submit_setting function core/modules/field/field.post_update.php Remove the stale 'handler_submit' setting for entity_reference fields.
field_post_update_save_custom_storage_property function core/modules/field/field.post_update.php Re-save all field storage config objects to add 'custom_storage' property.
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_8001 function core/modules/field/field.install Removes the stale 'target_bundle' storage setting on entity_reference fields.
field_update_8002 function core/modules/field/field.install The 'entity_reference' field type is now provided by core.
field_update_8003 function core/modules/field/field.install Populate the new 'auto_create_bundle' setting for entity reference fields.
field_update_8500 function core/modules/field/field.install Update the definition of deleted fields.
FileFieldTestBase::updateFileField function core/modules/file/src/Tests/FileFieldTestBase.php Updates an existing file field with new settings.
FileFieldTestBase::updateFileField function core/modules/file/tests/src/Functional/FileFieldTestBase.php Updates an existing file field with new settings.
FileStorageTest::update function core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php
FileUpdateTest class core/modules/file/tests/src/Functional/Update/FileUpdateTest.php Tests File update path.
FileUpdateTest.php file core/modules/file/tests/src/Functional/Update/FileUpdateTest.php
FileUpdateTest::$modules property core/modules/file/tests/src/Functional/Update/FileUpdateTest.php Modules to enable after the database is loaded.
FileUpdateTest::setDatabaseDumpFiles function core/modules/file/tests/src/Functional/Update/FileUpdateTest.php Set database dump files to be used.
FileUpdateTest::testOwnerEntityKey function core/modules/file/tests/src/Functional/Update/FileUpdateTest.php Tests that the file entity type has an 'owner' entity key.
FileUpdateTest::testPostUpdate8001 function core/modules/file/tests/src/Functional/Update/FileUpdateTest.php Tests file_update_8001().
FileUsageTemporaryDeletionConfigurationUpdateTest class core/modules/file/tests/src/Functional/Update/FileUsageTemporaryDeletionConfigurationUpdateTest.php Tests the upgrade path for setting the file usage deletion configuration.
FileUsageTemporaryDeletionConfigurationUpdateTest.php file core/modules/file/tests/src/Functional/Update/FileUsageTemporaryDeletionConfigurationUpdateTest.php
FileUsageTemporaryDeletionConfigurationUpdateTest::$modules property core/modules/file/tests/src/Functional/Update/FileUsageTemporaryDeletionConfigurationUpdateTest.php Modules to enable after the database is loaded.
FileUsageTemporaryDeletionConfigurationUpdateTest::setDatabaseDumpFiles function core/modules/file/tests/src/Functional/Update/FileUsageTemporaryDeletionConfigurationUpdateTest.php Set database dump files to be used.
FileUsageTemporaryDeletionConfigurationUpdateTest::testUpdateHookN function core/modules/file/tests/src/Functional/Update/FileUsageTemporaryDeletionConfigurationUpdateTest.php Tests that make_unused_managed_files_temporary conditions are correct.
file_test_file_update function core/modules/file/tests/file_test/file_test.module Implements hook_ENTITY_TYPE_update() for file entities.
file_update_8001 function core/modules/file/file.install Add 'use_description_as_link_text' setting to file field formatters.
file_update_8300 function core/modules/file/file.install Prevent unused files from being deleted.
file_update_8700 function core/modules/file/file.install Set the 'owner' entity key and update the field.
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.
FilterHtmlUpdateTest class core/modules/system/tests/src/Functional/Update/FilterHtmlUpdateTest.php Tests that the allowed html configurations are updated with attributes.
FilterHtmlUpdateTest.php file core/modules/system/tests/src/Functional/Update/FilterHtmlUpdateTest.php
FilterHtmlUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/FilterHtmlUpdateTest.php The theme to install as the default for testing.
FilterHtmlUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/FilterHtmlUpdateTest.php Set database dump files to be used.
FilterHtmlUpdateTest::testAllowedHtmlUpdate function core/modules/system/tests/src/Functional/Update/FilterHtmlUpdateTest.php Tests system_update_8009().
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_update_8301 function core/modules/hal/hal.install Move 'link_domain' from 'rest.settings' to 'hal.settings'.
hal_update_8501 function core/modules/hal/hal.install Add hal.settings::bc_file_uri_as_url_normalizer configuration.
HelpSearch::updateIndex function core/modules/help_topics/src/Plugin/Search/HelpSearch.php Updates the search index for this plugin.
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_8101 function core/modules/history/history.install Change {history}.nid to an unsigned int in order to match {node}.nid.

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