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::$table |
property |
core/lib/Drupal/Core/Database/Query/Update.php |
The table to update. |
Update::execute |
function |
core/lib/Drupal/Core/Database/Query/Update.php |
Executes the UPDATE query. |
Update::execute |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Update.php |
Executes the UPDATE query. |
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::__construct |
function |
core/modules/sqlite/src/Driver/Database/sqlite/Update.php |
Constructs an Update query object. |
Update::__construct |
function |
core/modules/mysql/src/Driver/Database/mysql/Update.php |
Constructs an Update query object. |
Update::__construct |
function |
core/modules/pgsql/src/Driver/Database/pgsql/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. |
UpdateAddViewUpdateNotificationsPermissionTest |
class |
core/modules/update/tests/src/Functional/Update/UpdateAddViewUpdateNotificationsPermissionTest.php |
Tests update_post_update_add_view_update_notifications_permission(). |
UpdateAddViewUpdateNotificationsPermissionTest.php |
file |
core/modules/update/tests/src/Functional/Update/UpdateAddViewUpdateNotificationsPermissionTest.php |
|
UpdateAddViewUpdateNotificationsPermissionTest::setDatabaseDumpFiles |
function |
core/modules/update/tests/src/Functional/Update/UpdateAddViewUpdateNotificationsPermissionTest.php |
Set database dump files to be used. |
UpdateAddViewUpdateNotificationsPermissionTest::testViewUpdateNotificationsPermission |
function |
core/modules/update/tests/src/Functional/Update/UpdateAddViewUpdateNotificationsPermissionTest.php |
Tests that the 'view update notifications' permission is correctly granted. |
UpdateBackend |
class |
core/lib/Drupal/Core/Update/UpdateBackend.php |
Defines a cache backend for use during Drupal database updates. |
UpdateBackend.php |
file |
core/lib/Drupal/Core/Update/UpdateBackend.php |
|
UpdateBackend::$backend |
property |
core/lib/Drupal/Core/Update/UpdateBackend.php |
The regular runtime cache backend. |
UpdateBackend::delete |
function |
core/lib/Drupal/Core/Update/UpdateBackend.php |
Deletes an item from the cache. |
UpdateBackend::deleteAll |
function |
core/lib/Drupal/Core/Update/UpdateBackend.php |
Deletes all cache items in a bin. |
UpdateBackend::deleteMultiple |
function |
core/lib/Drupal/Core/Update/UpdateBackend.php |
Deletes multiple items from the cache. |
UpdateBackend::__construct |
function |
core/lib/Drupal/Core/Update/UpdateBackend.php |
UpdateBackend constructor. |
UpdateBlockForm |
class |
core/modules/layout_builder/src/Form/UpdateBlockForm.php |
Provides a form to update a block. |
UpdateBlockForm.php |
file |
core/modules/layout_builder/src/Form/UpdateBlockForm.php |
|
UpdateBlockForm::buildForm |
function |
core/modules/layout_builder/src/Form/UpdateBlockForm.php |
Builds the block form. |
UpdateBlockForm::getFormId |
function |
core/modules/layout_builder/src/Form/UpdateBlockForm.php |
Returns a unique string identifying the form. |
UpdateBlockForm::submitLabel |
function |
core/modules/layout_builder/src/Form/UpdateBlockForm.php |
Returns the label for the submit button. |
UpdateBuildIdCommand |
class |
core/lib/Drupal/Core/Ajax/UpdateBuildIdCommand.php |
Ajax command for updating the form build ID. |
UpdateBuildIdCommand.php |
file |
core/lib/Drupal/Core/Ajax/UpdateBuildIdCommand.php |
|
UpdateBuildIdCommand::$new |
property |
core/lib/Drupal/Core/Ajax/UpdateBuildIdCommand.php |
New build id. |
UpdateBuildIdCommand::$old |
property |
core/lib/Drupal/Core/Ajax/UpdateBuildIdCommand.php |
Old build id. |
UpdateBuildIdCommand::render |
function |
core/lib/Drupal/Core/Ajax/UpdateBuildIdCommand.php |
Return an array to be run through json_encode and sent to the client. |
UpdateBuildIdCommand::__construct |
function |
core/lib/Drupal/Core/Ajax/UpdateBuildIdCommand.php |
Constructs an UpdateBuildIdCommand object. |
UpdateCacheBackendFactory |
class |
core/lib/Drupal/Core/Update/UpdateCacheBackendFactory.php |
Cache factory implementation for use during Drupal database updates. |
UpdateCacheBackendFactory.php |
file |
core/lib/Drupal/Core/Update/UpdateCacheBackendFactory.php |
|
UpdateCacheBackendFactory::$bins |
property |
core/lib/Drupal/Core/Update/UpdateCacheBackendFactory.php |
Instantiated update cache bins. |
UpdateCacheBackendFactory::$cacheFactory |
property |
core/lib/Drupal/Core/Update/UpdateCacheBackendFactory.php |
The regular runtime cache_factory service. |
UpdateCacheBackendFactory::get |
function |
core/lib/Drupal/Core/Update/UpdateCacheBackendFactory.php |
Gets a cache backend class for a given cache bin. |
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 |
|