Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
update.post_update_registry_factory service core/core.services.yml Drupal\Core\Update\UpdateRegistryFactory
update.processor service core/modules/update/update.services.yml Drupal\update\UpdateProcessor
update.schema.yml file core/modules/update/config/schema/update.schema.yml core/modules/update/config/schema/update.schema.yml
update.services.yml file core/modules/update/update.services.yml core/modules/update/update.services.yml
update.settings.yml file core/modules/update/config/install/update.settings.yml core/modules/update/config/install/update.settings.yml
Update::$arguments property core/lib/Drupal/Core/Database/Query/Update.php An array of values to update to.
Update::$expressionFields property core/lib/Drupal/Core/Database/Query/Update.php Array of fields to update to an expression in case of a duplicate record.
Update::$fields property core/lib/Drupal/Core/Database/Query/Update.php An array of fields that will be updated.
Update::expression function core/lib/Drupal/Core/Database/Query/Update.php Specifies fields to be updated as an expression.
Update::fields function core/lib/Drupal/Core/Database/Query/Update.php Adds a set of field->value pairs to be updated.
Update::__construct function core/lib/Drupal/Core/Database/Query/Update.php Constructs an Update query object.
Update::__toString function core/lib/Drupal/Core/Database/Query/Update.php Implements PHP magic __toString method to convert the query to a string.
UpdateActionsWithEntityPluginsTest class core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php Tests upgrading comment and node actions to generic entity ones.
UpdateActionsWithEntityPluginsTest.php file core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php
UpdateActionsWithEntityPluginsTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php The theme to install as the default for testing.
UpdateActionsWithEntityPluginsTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php Set database dump files to be used.
UpdateActionsWithEntityPluginsTest::testUpdateActionsWithEntityPlugins function core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php Tests upgrading comment and node actions to generic entity ones.
UpdateActionsWithEntityPluginsTest::testUpdateDeleteActionsWithEntityPlugins function core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php Tests upgrading comment and node delete actions to generic entity ones.
UpdateApiEntityDefinitionUpdateTest class core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php Tests performing entity updates through the Update API.
UpdateApiEntityDefinitionUpdateTest.php file core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php
UpdateApiEntityDefinitionUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php The theme to install as the default for testing.
UpdateApiEntityDefinitionUpdateTest::$modules property core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php Modules to enable.
UpdateApiEntityDefinitionUpdateTest::reloadEntity function core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php Reloads the specified entity.
UpdateApiEntityDefinitionUpdateTest::setUp function core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php
UpdateApiEntityDefinitionUpdateTest::testMultipleUpdates function core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php Tests that multiple updates applied in bulk work as expected.
UpdateApiEntityDefinitionUpdateTest::testSingleUpdates function core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php Tests that individual updates applied sequentially work as expected.
UpdateApiEntityDefinitionUpdateTest::testStatusReport function core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php Tests that entity updates are correctly reported in the status report page.
UpdateBackend::__construct function core/lib/Drupal/Core/Update/UpdateBackend.php UpdateBackend constructor.
UpdateBlockForm::submitLabel function core/modules/layout_builder/src/Form/UpdateBlockForm.php Returns the label for the submit button.
UpdateBuildIdCommand::__construct function core/lib/Drupal/Core/Ajax/UpdateBuildIdCommand.php Constructs a UpdateBuildIdCommand object.
UpdateCacheBackendFactory::$bins property core/lib/Drupal/Core/Update/UpdateCacheBackendFactory.php Instantiated update cache bins.
UpdateCacheBackendFactory::__construct function core/lib/Drupal/Core/Update/UpdateCacheBackendFactory.php UpdateCacheBackendFactory constructor.
UpdateCacheTest class core/modules/system/tests/src/Functional/UpdateSystem/UpdateCacheTest.php Tests caches during updates.
UpdateCacheTest.php file core/modules/system/tests/src/Functional/UpdateSystem/UpdateCacheTest.php
UpdateCacheTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/UpdateCacheTest.php The theme to install as the default for testing.
UpdateCacheTest::testCaches function core/modules/system/tests/src/Functional/UpdateSystem/UpdateCacheTest.php Tests that caches are cleared during updates.
UpdateCompilerPass class core/lib/Drupal/Core/Update/UpdateCompilerPass.php Removes services with unmet dependencies.
UpdateCompilerPass.php file core/lib/Drupal/Core/Update/UpdateCompilerPass.php
UpdateCompilerPass::isArgumentMissingService function core/lib/Drupal/Core/Update/UpdateCompilerPass.php Checks if a reference argument is to a missing service.
UpdateCompilerPass::process function core/lib/Drupal/Core/Update/UpdateCompilerPass.php
UpdateComplexTest class core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests the Update query builder, complex queries.
UpdateComplexTest.php file core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php
UpdateComplexTest::testBetweenConditionUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests BETWEEN conditional clauses.
UpdateComplexTest::testInConditionUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests WHERE IN clauses.
UpdateComplexTest::testLikeConditionUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests LIKE conditionals.
UpdateComplexTest::testNotInConditionUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests WHERE NOT IN clauses.
UpdateComplexTest::testOrConditionUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests updates with OR conditionals.
UpdateComplexTest::testSubSelectUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Test UPDATE with a subselect value.
UpdateComplexTest::testUpdateExpression function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests UPDATE with expression values.
UpdateComplexTest::testUpdateOnlyExpression function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests UPDATE with only expression values.

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