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

Breadcrumb

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

class Delete

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

MySQL implementation of \Drupal\Core\Database\Query\Delete.

Hierarchy

  • class \Drupal\Core\Database\Query\Query implements \Drupal\Core\Database\Query\PlaceholderInterface
    • class \Drupal\Core\Database\Query\Delete extends \Drupal\Core\Database\Query\Query implements \Drupal\Core\Database\Query\ConditionInterface uses \Drupal\Core\Database\Query\QueryConditionTrait
      • class \Drupal\mysql\Driver\Database\mysql\Delete extends \Drupal\Core\Database\Query\Delete

Expanded class hierarchy of Delete

156 string references to 'Delete'
AbstractStorage::delete in vendor/lullabot/php-webdriver/lib/WebDriver/Storage/AbstractStorage.php
Delete storage or a specific key
AbstractStorage::methods in vendor/lullabot/php-webdriver/lib/WebDriver/Storage/AbstractStorage.php
Return array of supported method names and corresponding HTTP request methods
BanAdmin::buildForm in core/modules/ban/src/Form/BanAdmin.php
BanDelete::getConfirmText in core/modules/ban/src/Form/BanDelete.php
Returns a caption for the button that confirms the action.
block_content.links.task.yml in core/modules/block_content/block_content.links.task.yml
core/modules/block_content/block_content.links.task.yml

... See full list

File

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

Namespace

Drupal\mysql\Driver\Database\mysql
View source
class Delete extends QueryDelete {

}

API Navigation

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