Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Update.php

class Update

Same name in this branch
  1. 11.1.x core/lib/Drupal/Core/Database/Query/Update.php \Drupal\Core\Database\Query\Update
  2. 11.1.x core/modules/pgsql/src/Driver/Database/pgsql/Update.php \Drupal\pgsql\Driver\Database\pgsql\Update
  3. 11.1.x core/modules/sqlite/src/Driver/Database/sqlite/Update.php \Drupal\sqlite\Driver\Database\sqlite\Update

MySQL 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 extends \Drupal\Core\Database\Query\Query implements \Drupal\Core\Database\Query\ConditionInterface uses \Drupal\Core\Database\Query\QueryConditionTrait
      • class \Drupal\mysql\Driver\Database\mysql\Update extends \Drupal\Core\Database\Query\Update

Expanded class hierarchy of Update

107 string references to 'Update'
AllowedPackages::event in composer/Plugin/Scaffold/AllowedPackages.php
Handles package events during a 'composer require' operation.
BaseDependencyCommand::doExecute in vendor/composer/composer/src/Composer/Command/BaseDependencyCommand.php
Execute the command.
BlockContentHooks::entityOperation in core/modules/block_content/src/Hook/BlockContentHooks.php
Implements hook_entity_operation().
BlockUser::access in core/modules/user/src/Plugin/Action/BlockUser.php
Checks object access.
CommentAccessControlHandler::checkAccess in core/modules/comment/src/CommentAccessControlHandler.php
Performs access checks.

... See full list

File

core/modules/mysql/src/Driver/Database/mysql/Update.php, line 12

Namespace

Drupal\mysql\Driver\Database\mysql
View source
class Update extends QueryUpdate {

}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal