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
system_update_8011 function core/modules/system/system.install Add secondary local tasks block to Seven (fixes system_update_8005).
system_update_8013 function core/modules/system/system.install Enable automated cron module and move the config into it.
system_update_8014 function core/modules/system/system.install Install the Stable base theme if needed.
system_update_8200 function core/modules/system/system.install Fix configuration overrides to not override non existing keys.
system_update_8201 function core/modules/system/system.install Clear caches due to behavior change in DefaultPluginManager.
system_update_8202 function core/modules/system/system.install Clear caches due to behavior change in MachineName element.
system_update_8300 function core/modules/system/system.install Add detailed cron logging configuration.
system_update_8301 function core/modules/system/system.install Add install profile to core.extension configuration.
system_update_8400 function core/modules/system/system.install Move revision metadata fields to the revision table.
system_update_8401 function core/modules/system/system.install Remove response.gzip (and response) from system module configuration.
system_update_8402 function core/modules/system/system.install Add the 'revision_translation_affected' field to all entity types.
system_update_8403 function core/modules/system/system.install Delete all cache_* tables. They are recreated on demand with the new schema.
system_update_8501 function core/modules/system/system.install Add the 'revision_default' field to all relevant entity types.
system_update_8601 function core/modules/system/system.install Fix missing install profile after updating to Drupal 8.6.9 with Drush 8.
system_update_8701 function core/modules/system/system.install Remove the unused 'system.theme.data' from state.
system_update_8702 function core/modules/system/system.install Add the 'revision_translation_affected' entity key.
system_update_8801 function core/modules/system/system.install Remove 'path.temporary' config if redundant.
system_update_8802 function core/modules/system/system.install Fix system.theme:admin when the default theme is used as the admin theme.
system_update_8803 function core/modules/system/system.install Install the 'path_alias' entity type.
system_update_8804 function core/modules/system/system.install Convert path aliases to entities.
system_update_8805 function core/modules/system/system.install Change the provider of the 'path_alias' entity type and its base fields.
system_update_8901 function core/modules/system/system.install Update the stored schema data for entity identifier fields.
TableDisplayCacheMaxAgeTest::testViewsPostUpdateTableDisplayMaxCacheAge function core/modules/views/tests/src/Functional/Update/TableDisplayCacheMaxAgeTest.php Tests the upgrade path for cache max age with table displays.
taxonomy.post_update.php file core/modules/taxonomy/taxonomy.post_update.php Post update functions for Taxonomy.
TaxonomyIndexTidFilterTest::testPostUpdateFunction function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyIndexTidFilterTest.php Tests post update function fixes dependencies.
TaxonomyParentUpdateTest class core/modules/taxonomy/tests/src/Functional/Update/TaxonomyParentUpdateTest.php Ensure that the taxonomy updates are running as expected.
TaxonomyParentUpdateTest.php file core/modules/taxonomy/tests/src/Functional/Update/TaxonomyParentUpdateTest.php
TaxonomyParentUpdateTest::$db property core/modules/taxonomy/tests/src/Functional/Update/TaxonomyParentUpdateTest.php The database connection.
TaxonomyParentUpdateTest::setDatabaseDumpFiles function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyParentUpdateTest.php Set database dump files to be used.
TaxonomyParentUpdateTest::setUp function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyParentUpdateTest.php Overrides WebTestBase::setUp() for update testing.
TaxonomyParentUpdateTest::testTaxonomyUpdateParents function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyParentUpdateTest.php Tests taxonomy term parents update.
TaxonomyTermParentMultilingualTest::testMultilingualTermParentUpdate function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermParentMultilingualTest.php Tests taxonomy multilingual term parents update.
TaxonomyTermUpdatePathTest class core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermUpdatePathTest.php Tests the upgrade path for taxonomy terms.
TaxonomyTermUpdatePathTest.php file core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermUpdatePathTest.php
TaxonomyTermUpdatePathTest::assertTermName function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermUpdatePathTest.php Assert that a term name matches the expectation.
TaxonomyTermUpdatePathTest::replaceUser1 function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermUpdatePathTest.php Replace User 1 with the user created here.
TaxonomyTermUpdatePathTest::setDatabaseDumpFiles function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermUpdatePathTest.php Set database dump files to be used.
TaxonomyTermUpdatePathTest::testConversionToRevisionable function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermUpdatePathTest.php Tests the conversion of taxonomy terms to be revisionable.
TaxonomyTermUpdatePathTest::testMissingDataUpdateRequirementsCheck function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermUpdatePathTest.php Test the update hook requirements check for revisionable terms.
TaxonomyTermUpdatePathTest::testPublishable function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermUpdatePathTest.php Tests the conversion of taxonomy terms to be publishable.
TaxonomyTermUpdatePathTest::testPublishingStatusUpdateForTaxonomyTermViews function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermUpdatePathTest.php Tests handling of the publishing status in taxonomy term views updates.
TaxonomyTermUpdatePathTest::testPublishingStatusUpdateForTaxonomyTermViewsWithoutViews function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermUpdatePathTest.php Tests taxonomy term views updates succeed even if Views is not installed.
TaxonomyTermUpdatePathTest::testStatusCheckbox function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermUpdatePathTest.php Tests that the taxonomy_term entity form has the status checkbox.
TaxonomyVocabularyHierarchyUpdateTest class core/modules/taxonomy/tests/src/Functional/Update/TaxonomyVocabularyHierarchyUpdateTest.php Tests that the 'hierarchy' property is removed from vocabularies.
TaxonomyVocabularyHierarchyUpdateTest.php file core/modules/taxonomy/tests/src/Functional/Update/TaxonomyVocabularyHierarchyUpdateTest.php
TaxonomyVocabularyHierarchyUpdateTest::setDatabaseDumpFiles function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyVocabularyHierarchyUpdateTest.php Set database dump files to be used.
TaxonomyVocabularyHierarchyUpdateTest::testTaxonomyUpdateParents function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyVocabularyHierarchyUpdateTest.php Tests that the 'hierarchy' property is removed from vocabularies.
taxonomy_node_update function core/modules/taxonomy/taxonomy.module Implements hook_ENTITY_TYPE_update() for node entities.
taxonomy_post_update_clear_entity_bundle_field_definitions_cache function core/modules/taxonomy/taxonomy.post_update.php Clear entity_bundle_field_definitions cache for new parent field settings.
taxonomy_post_update_clear_views_data_cache function core/modules/taxonomy/taxonomy.post_update.php Clear caches due to updated taxonomy entity views data.

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