class Truncate
Same name in this branch
- 11.1.x core/lib/Drupal/Core/Database/Query/Truncate.php \Drupal\Core\Database\Query\Truncate
- 11.1.x core/modules/pgsql/src/Driver/Database/pgsql/Truncate.php \Drupal\pgsql\Driver\Database\pgsql\Truncate
- 11.1.x core/modules/sqlite/src/Driver/Database/sqlite/Truncate.php \Drupal\sqlite\Driver\Database\sqlite\Truncate
MySQL implementation of \Drupal\Core\Database\Query\Truncate.
Hierarchy
- class \Drupal\Core\Database\Query\Query implements \Drupal\Core\Database\Query\PlaceholderInterface
Expanded class hierarchy of Truncate
2 string references to 'Truncate'
- DbQuerySniff::processFunctionCall in vendor/
drupal/ coder/ coder_sniffer/ DrupalPractice/ Sniffs/ FunctionCalls/ DbQuerySniff.php - Processes this function call.
- SearchTextProcessor::analyze in core/
modules/ search/ src/ SearchTextProcessor.php
File
-
core/
modules/ mysql/ src/ Driver/ Database/ mysql/ Truncate.php, line 12
Namespace
Drupal\mysql\Driver\Database\mysqlView source
class Truncate extends QueryTruncate {
}