class Update
SQLite implementation of \Drupal\Core\Database\Query\Update.
Hierarchy
- class \Drupal\Core\Database\Query\Query implements \Drupal\Core\Database\Query\PlaceholderInterface- class \Drupal\Core\Database\Query\Update implements \Drupal\Core\Database\Query\ConditionInterface uses \Drupal\Core\Database\Query\QueryConditionTrait extends \Drupal\Core\Database\Query\Query- class \Drupal\Core\Database\Driver\sqlite\Update extends \Drupal\Core\Database\Query\Update
 
 
- class \Drupal\Core\Database\Query\Update implements \Drupal\Core\Database\Query\ConditionInterface uses \Drupal\Core\Database\Query\QueryConditionTrait extends \Drupal\Core\Database\Query\Query
Expanded class hierarchy of Update
179 string references to 'Update'
- AccessTest::testOnlyOwnerCanDeleteUpdateFile in core/modules/ file/ tests/ src/ Kernel/ AccessTest.php 
- Tests that only the file owner can delete or update a file.
- AllowedPackages::event in composer/Plugin/ Scaffold/ AllowedPackages.php 
- Handles package events during a 'composer require' operation.
- BlockContentAccessHandlerTest::providerTestAccess in core/modules/ block_content/ tests/ src/ Kernel/ BlockContentAccessHandlerTest.php 
- Dataprovider for testAccess().
- BlockFormMessagesTest::testValidationMessage in core/modules/ layout_builder/ tests/ src/ FunctionalJavascript/ BlockFormMessagesTest.php 
- Tests that validation messages are shown on the block form.
- BlockUser::access in core/modules/ user/ src/ Plugin/ Action/ BlockUser.php 
- Checks object access.
File
- 
              core/lib/ Drupal/ Core/ Database/ Driver/ sqlite/ Update.php, line 10 
Namespace
Drupal\Core\Database\Driver\sqliteView source
class Update extends QueryUpdate {
}Members
| Title Sort descending | Modifiers | Object type | Summary | Overriden Title | Overrides | 
|---|---|---|---|---|---|
| Query::$comments | protected | property | An array of comments that can be prepended to a query. | ||
| Query::$connection | protected | property | The connection object on which to run this query. | ||
| Query::$connectionKey | protected | property | The key of the connection object. | ||
| Query::$connectionTarget | protected | property | The target of the connection object. | ||
| Query::$nextPlaceholder | protected | property | The placeholder counter. | ||
| Query::$queryOptions | protected | property | The query options to pass on to the connection object. | ||
| Query::$uniqueIdentifier | protected | property | A unique identifier for this query object. | ||
| Query::comment | public | function | Adds a comment to the query. | ||
| Query::getComments | public | function | Returns a reference to the comments array for the query. | ||
| Query::nextPlaceholder | public | function | Gets the next placeholder value for this query object. | Overrides PlaceholderInterface::nextPlaceholder | |
| Query::uniqueIdentifier | public | function | Returns a unique identifier for this object. | Overrides PlaceholderInterface::uniqueIdentifier | |
| Query::__clone | public | function | Implements the magic __clone function. | 1 | |
| Query::__sleep | public | function | Implements the magic __sleep function to disconnect from the database. | ||
| Query::__wakeup | public | function | Implements the magic __wakeup function to reconnect to the database. | ||
| QueryConditionTrait::$condition | protected | property | The condition object for this query. | ||
| QueryConditionTrait::alwaysFalse | public | function | |||
| QueryConditionTrait::andConditionGroup | public | function | |||
| QueryConditionTrait::arguments | public | function | 1 | ||
| QueryConditionTrait::compile | public | function | 1 | ||
| QueryConditionTrait::compiled | public | function | 1 | ||
| QueryConditionTrait::condition | public | function | |||
| QueryConditionTrait::conditionGroupFactory | public | function | |||
| QueryConditionTrait::conditions | public | function | |||
| QueryConditionTrait::exists | public | function | |||
| QueryConditionTrait::isNotNull | public | function | |||
| QueryConditionTrait::isNull | public | function | |||
| QueryConditionTrait::notExists | public | function | |||
| QueryConditionTrait::orConditionGroup | public | function | |||
| QueryConditionTrait::where | public | function | |||
| Update::$arguments | protected | property | An array of values to update to. | ||
| Update::$expressionFields | protected | property | Array of fields to update to an expression in case of a duplicate record. | ||
| Update::$fields | protected | property | An array of fields that will be updated. | ||
| Update::$table | protected | property | The table to update. | ||
| Update::execute | public | function | Executes the UPDATE query. | Overrides Query::execute | 1 | 
| Update::expression | public | function | Specifies fields to be updated as an expression. | ||
| Update::fields | public | function | Adds a set of field->value pairs to be updated. | ||
| Update::__construct | public | function | Constructs an Update query object. | Overrides Query::__construct | |
| Update::__toString | public | function | Implements PHP magic __toString method to convert the query to a string. | Overrides Query::__toString | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
