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/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.

All search results

Title Object type File name Summary
AdminThemeUpdateTest class core/modules/system/tests/src/Functional/Update/AdminThemeUpdateTest.php Tests system.theme:admin is updated.
AdminThemeUpdateTest.php file core/modules/system/tests/src/Functional/Update/AdminThemeUpdateTest.php
AdminThemeUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/AdminThemeUpdateTest.php The theme to install as the default for testing.
AdminThemeUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/AdminThemeUpdateTest.php Set database dump files to be used.
AdminThemeUpdateTest::testUpdateHookN function core/modules/system/tests/src/Functional/Update/AdminThemeUpdateTest.php Tests that system.theme:admin is updated as expected.
AggregatorTestBase::updateAndDelete function core/modules/aggregator/src/Tests/AggregatorTestBase.php Adds and deletes feed items and ensure that the count is zero.
AggregatorTestBase::updateFeedItems function core/modules/aggregator/src/Tests/AggregatorTestBase.php Updates the feed items.
AggregatorUpdateTest class core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php Tests that node settings are properly updated during database updates.
AggregatorUpdateTest.php file core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php
AggregatorUpdateTest::setDatabaseDumpFiles function core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php Set database dump files to be used.
AggregatorUpdateTest::testSourceFeedRequired function core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php Tests that the 'Source feed' field is required.
AggregatorUpdateTest::testUpdateIntervalDefaultValue function core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php Tests that the 'Update interval' field has a default value.
ArgumentPlaceholderUpdatePathTest class core/modules/views/tests/src/Functional/Update/ArgumentPlaceholderUpdatePathTest.php Tests the argument placeholder update path.
ArgumentPlaceholderUpdatePathTest.php file core/modules/views/tests/src/Functional/Update/ArgumentPlaceholderUpdatePathTest.php
ArgumentPlaceholderUpdatePathTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/ArgumentPlaceholderUpdatePathTest.php Set database dump files to be used.
ArgumentPlaceholderUpdatePathTest::testArgumentPlaceholderUpdate function core/modules/views/tests/src/Functional/Update/ArgumentPlaceholderUpdatePathTest.php Ensures that %1 and !1 are converted to twig tokens in existing views.
AutomatedCronUpdateWithAutomatedCronTest class core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithAutomatedCronTest.php Ensures that the automated cron module is installed on update.
AutomatedCronUpdateWithAutomatedCronTest.php file core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithAutomatedCronTest.php
AutomatedCronUpdateWithAutomatedCronTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithAutomatedCronTest.php The theme to install as the default for testing.
AutomatedCronUpdateWithAutomatedCronTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithAutomatedCronTest.php Set database dump files to be used.
AutomatedCronUpdateWithAutomatedCronTest::testUpdate function core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithAutomatedCronTest.php Ensures that automated cron module isn installed and the config migrated.
AutomatedCronUpdateWithoutAutomatedCronTest class core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithoutAutomatedCronTest.php Ensures that the automated cron module is not installed on update.
AutomatedCronUpdateWithoutAutomatedCronTest.php file core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithoutAutomatedCronTest.php
AutomatedCronUpdateWithoutAutomatedCronTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithoutAutomatedCronTest.php The theme to install as the default for testing.
AutomatedCronUpdateWithoutAutomatedCronTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithoutAutomatedCronTest.php Set database dump files to be used.
AutomatedCronUpdateWithoutAutomatedCronTest::testUpdate function core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithoutAutomatedCronTest.php Ensures that automated cron module isn't installed and the config migrated.
BlockConditionMissingSchemaUpdateTest class core/modules/block/tests/src/Functional/Update/BlockConditionMissingSchemaUpdateTest.php Tests the upgrade path for block with conditions missing context.
BlockConditionMissingSchemaUpdateTest.php file core/modules/block/tests/src/Functional/Update/BlockConditionMissingSchemaUpdateTest.php
BlockConditionMissingSchemaUpdateTest::$modules property core/modules/block/tests/src/Functional/Update/BlockConditionMissingSchemaUpdateTest.php Modules to enable after the database is loaded.
BlockConditionMissingSchemaUpdateTest::setDatabaseDumpFiles function core/modules/block/tests/src/Functional/Update/BlockConditionMissingSchemaUpdateTest.php Set database dump files to be used.
BlockConditionMissingSchemaUpdateTest::testUpdateHookN function core/modules/block/tests/src/Functional/Update/BlockConditionMissingSchemaUpdateTest.php Tests that block context mapping is updated properly.
BlockContentReusableUpdateTest class core/modules/block_content/tests/src/Functional/Update/BlockContentReusableUpdateTest.php Tests 'reusable' field related update functions for the Block Content module.
BlockContentReusableUpdateTest.php file core/modules/block_content/tests/src/Functional/Update/BlockContentReusableUpdateTest.php
BlockContentReusableUpdateTest::setDatabaseDumpFiles function core/modules/block_content/tests/src/Functional/Update/BlockContentReusableUpdateTest.php Set database dump files to be used.
BlockContentReusableUpdateTest::testReusableFieldAddition function core/modules/block_content/tests/src/Functional/Update/BlockContentReusableUpdateTest.php Tests adding 'reusable' entity base field to the block content entity type.
BlockContentReusableUpdateTest::testReusableFieldAdditionWithoutViews function core/modules/block_content/tests/src/Functional/Update/BlockContentReusableUpdateTest.php Tests that the update succeeds even if Views is not installed.
BlockContextMappingUpdateFilledTest class core/modules/block/tests/src/Functional/Update/BlockContextMappingUpdateFilledTest.php Runs BlockContextMappingUpdateTest with a dump filled with content.
BlockContextMappingUpdateFilledTest.php file core/modules/block/tests/src/Functional/Update/BlockContextMappingUpdateFilledTest.php
BlockContextMappingUpdateFilledTest::setDatabaseDumpFiles function core/modules/block/tests/src/Functional/Update/BlockContextMappingUpdateFilledTest.php Set database dump files to be used.
BlockContextMappingUpdateTest class core/modules/block/tests/src/Functional/Update/BlockContextMappingUpdateTest.php Tests the upgrade path for block context mapping renames.
BlockContextMappingUpdateTest.php file core/modules/block/tests/src/Functional/Update/BlockContextMappingUpdateTest.php
BlockContextMappingUpdateTest::$modules property core/modules/block/tests/src/Functional/Update/BlockContextMappingUpdateTest.php Modules to enable after the database is loaded.
BlockContextMappingUpdateTest::setDatabaseDumpFiles function core/modules/block/tests/src/Functional/Update/BlockContextMappingUpdateTest.php Set database dump files to be used.
BlockContextMappingUpdateTest::testUpdateHookN function core/modules/block/tests/src/Functional/Update/BlockContextMappingUpdateTest.php Tests that block context mapping is updated properly.
BlockPageSettingTest::testUpdateActionPlugins function core/modules/search/tests/src/Functional/Update/BlockPageSettingTest.php Tests existing search block settings upgrade.
BlockRemoveDisabledRegionUpdateTest class core/modules/block/tests/src/Functional/Update/BlockRemoveDisabledRegionUpdateTest.php Tests the upgrade path for removal of disabled region.
BlockRemoveDisabledRegionUpdateTest.php file core/modules/block/tests/src/Functional/Update/BlockRemoveDisabledRegionUpdateTest.php
BlockRemoveDisabledRegionUpdateTest::$modules property core/modules/block/tests/src/Functional/Update/BlockRemoveDisabledRegionUpdateTest.php Modules to enable after the database is loaded.
BlockRemoveDisabledRegionUpdateTest::setDatabaseDumpFiles function core/modules/block/tests/src/Functional/Update/BlockRemoveDisabledRegionUpdateTest.php Set database dump files to be used.
BlockRemoveDisabledRegionUpdateTest::testUpdateHookN function core/modules/block/tests/src/Functional/Update/BlockRemoveDisabledRegionUpdateTest.php Tests that block context mapping is updated properly.

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