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
taxonomy_post_update_configure_status_field_widget function core/modules/taxonomy/taxonomy.post_update.php Add status with settings to all form displays for taxonomy entities.
taxonomy_post_update_handle_publishing_status_addition_in_views function core/modules/taxonomy/taxonomy.post_update.php Add a 'published' = TRUE filter for all Taxonomy term views and converts
existing ones that were using the 'content_translation_status' field.
taxonomy_post_update_make_taxonomy_term_revisionable function core/modules/taxonomy/taxonomy.post_update.php Update taxonomy terms to be revisionable.
taxonomy_post_update_remove_hierarchy_from_vocabularies function core/modules/taxonomy/taxonomy.post_update.php Remove the 'hierarchy' property from vocabularies.
taxonomy_update_8501 function core/modules/taxonomy/taxonomy.install Convert the custom taxonomy term hierarchy storage to a default storage.
taxonomy_update_8502 function core/modules/taxonomy/taxonomy.install Copy hierarchy from {taxonomy_term_hierarchy} to {taxonomy_term__parent}.
taxonomy_update_8503 function core/modules/taxonomy/taxonomy.install Update views to use {taxonomy_term__parent} in relationships.
taxonomy_update_8601 function core/modules/taxonomy/taxonomy.install Add the publishing status fields to taxonomy terms.
taxonomy_update_8701 function core/modules/taxonomy/taxonomy.install Add an index on the 'taxonomy_term__parent' field table.
taxonomy_update_8702 function core/modules/taxonomy/taxonomy.install Fix the parent field langcode data.
template_preprocess_locale_translation_update_info function core/modules/locale/locale.pages.inc Prepares variables for translation status information templates.
template_preprocess_update_last_check function core/modules/update/update.module Prepares variables for last time update data was checked templates.
template_preprocess_update_project_status function core/modules/update/update.report.inc Prepares variables for update project status templates.
template_preprocess_update_report function core/modules/update/update.report.inc Prepares variables for project status report templates.
template_preprocess_update_version function core/modules/update/update.report.inc Prepares variables for update version templates.
TempstoreKeyUpdatePathTest class core/modules/layout_builder/tests/src/Functional/Update/TempstoreKeyUpdatePathTest.php Tests the upgrade path for Layout Builder tempstore keys.
TempstoreKeyUpdatePathTest.php file core/modules/layout_builder/tests/src/Functional/Update/TempstoreKeyUpdatePathTest.php
TempstoreKeyUpdatePathTest::setDatabaseDumpFiles function core/modules/layout_builder/tests/src/Functional/Update/TempstoreKeyUpdatePathTest.php Set database dump files to be used.
TempstoreKeyUpdatePathTest::testRunUpdates function core/modules/layout_builder/tests/src/Functional/Update/TempstoreKeyUpdatePathTest.php Tests the upgrade path for Layout Builder extra fields.
TermStorage::updateTermHierarchy function core/modules/taxonomy/src/TermStorage.php Updates terms hierarchy information with the hierarchy trail of it.
TermStorageInterface::updateTermHierarchy function core/modules/taxonomy/src/TermStorageInterface.php Updates terms hierarchy information with the hierarchy trail of it.
TestingProfileInstallTest::testUpdateModuleInstall function core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php Ensure the Update module and its dependencies are installed.
text.post_update.php file core/modules/text/text.post_update.php Contains post update hooks for the text module.
TextRequiredSummaryUpdateTest class core/modules/text/tests/src/Functional/TextRequiredSummaryUpdateTest.php Tests updates for adding required summary flags to widgets and fields.
TextRequiredSummaryUpdateTest.php file core/modules/text/tests/src/Functional/TextRequiredSummaryUpdateTest.php
TextRequiredSummaryUpdateTest::$defaultTheme property core/modules/text/tests/src/Functional/TextRequiredSummaryUpdateTest.php The theme to install as the default for testing.
TextRequiredSummaryUpdateTest::setDatabaseDumpFiles function core/modules/text/tests/src/Functional/TextRequiredSummaryUpdateTest.php Set database dump files to be used.
TextRequiredSummaryUpdateTest::testFieldAndWidgetUpdate function core/modules/text/tests/src/Functional/TextRequiredSummaryUpdateTest.php Tests that widgets and fields are updated for required summary flag.
TextWithSummaryItemTest::testCrudAndUpdate function core/modules/text/tests/src/Kernel/TextWithSummaryItemTest.php Tests processed properties.
text_post_update_add_required_summary_flag function core/modules/text/text.post_update.php Update text_with_summary fields to add summary required flags.
text_post_update_add_required_summary_flag_form_display function core/modules/text/text.post_update.php Update text_with_summary widgets to add summary required flags.
theme.negotiator.system.db_update service core/modules/system/system.services.yml Drupal\system\Theme\DbUpdateNegotiator
Theme::canUpdate function core/lib/Drupal/Core/Updater/Theme.php Determines whether this class can update the specified project.
Theme::canUpdateDirectory function core/lib/Drupal/Core/Updater/Theme.php Determines if the Updater can handle the project provided in $directory.
ThemeRegistry::updateCache function core/lib/Drupal/Core/Utility/ThemeRegistry.php Writes a value to the persistent cache immediately.
ToolbarAdminMenuTest::testMenuLinkUpdateSubtreesHashCacheClear function core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php Tests toolbar cache tags implementation.
ToolbarAdminMenuTest::testNonCurrentUserAccountUpdates function core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php Tests that changes to a user account by another user clears the changed
account's toolbar cached, not the user's who took the action.
ToolbarAdminMenuTest::testUserRoleUpdateSubtreesHashCacheClear function core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php Exercises the toolbar_user_role_update() and toolbar_user_update() hook
implementations.
tour_tour_update function core/modules/tour/tour.module Implements hook_ENTITY_TYPE_update() for tour entities.
tracker_comment_update function core/modules/tracker/tracker.module Implements hook_ENTITY_TYPE_update() for comment entities.
tracker_node_update function core/modules/tracker/tracker.module Implements hook_ENTITY_TYPE_update() for node entities.
TranslationStatusForm::prepareUpdateData function core/modules/locale/src/Form/TranslationStatusForm.php Prepare information about projects with available translation updates.
UnstickyNode::getFieldsToUpdate function core/modules/node/src/Plugin/Action/UnstickyNode.php Gets an array of values to be set.
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.
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 API group core/lib/Drupal/Core/Extension/module.api.php Updating minor versions of modules

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