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