public function Log::end in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Database/Log.php \Drupal\Core\Database\Log::end()
Stop logging for the specified logging key.
Parameters
$logging_key: The logging key to stop.
File
- core/
lib/ Drupal/ Core/ Database/ Log.php, line 103 - Contains \Drupal\Core\Database\Log.
Class
- Log
- Database query logger.
Namespace
Drupal\Core\DatabaseCode
public function end($logging_key) {
unset($this->queryLog[$logging_key]);
}