Search for update
- Search 7.x for update
- Search 9.5.x for update
- Search 10.3.x for update
- Search 11.x for update
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Update | class | core/ |
MySQL test implementation of \Drupal\Core\Database\Query\Update. |
Update | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Query\Update. |
Update | class | core/ |
SQLite implementation of \Drupal\Core\Database\Query\Update. |
Update | class | core/ |
MySQL implementation of \Drupal\Core\Database\Query\Update. |
Update | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Query\Update. |
Update | class | core/ |
General class for an abstracted UPDATE operation. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
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::$table | property | core/ |
The table to update. |
Update::execute | function | core/ |
Executes the UPDATE query. |
Update::execute | function | core/ |
Executes the UPDATE query. |
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 | class | core/ |
Defines a cache backend for use during Drupal database updates. |
UpdateBackend.php | file | core/ |
|
UpdateBackend::$backend | property | core/ |
The regular runtime cache backend. |
UpdateBackend::delete | function | core/ |
Deletes an item from the cache. |
UpdateBackend::deleteAll | function | core/ |
Deletes all cache items in a bin. |
UpdateBackend::deleteMultiple | function | core/ |
Deletes multiple items from the cache. |
UpdateBackend::__construct | function | core/ |
UpdateBackend constructor. |
UpdateBlockForm | class | core/ |
Provides a form to update a block. |
UpdateBlockForm.php | file | core/ |
|
UpdateBlockForm::buildForm | function | core/ |
Builds the block form. |
UpdateBlockForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
UpdateBlockForm::submitLabel | function | core/ |
Returns the label for the submit button. |
UpdateBuildIdCommand | class | core/ |
AJAX command for updating the value of a hidden form_build_id input element on a form. It requires the form passed in to have keys for both the old build ID in #build_id_old and the new build ID in #build_id. |
UpdateBuildIdCommand.php | file | core/ |
|
UpdateBuildIdCommand::$new | property | core/ |
New build id. |
UpdateBuildIdCommand::$old | property | core/ |
Old build id. |
UpdateBuildIdCommand::render | function | core/ |
Return an array to be run through json_encode and sent to the client. |
UpdateBuildIdCommand::__construct | function | core/ |
Constructs a UpdateBuildIdCommand object. |
UpdateCacheBackendFactory | class | core/ |
Cache factory implementation for use during Drupal database updates. |
UpdateCacheBackendFactory.php | file | core/ |
|
UpdateCacheBackendFactory::$bins | property | core/ |
Instantiated update cache bins. |
UpdateCacheBackendFactory::$cacheFactory | property | core/ |
The regular runtime cache_factory service. |
UpdateCacheBackendFactory::get | function | core/ |
Gets a cache backend class for a given cache bin. |
UpdateCacheBackendFactory::__construct | function | core/ |
UpdateCacheBackendFactory constructor. |
UpdateCacheTest | class | core/ |
Tests caches during updates. |
UpdateCacheTest.php | file | core/ |
Pagination
- Previous page
- Page 33
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.