function Log::end
Same name in other branches
- 9 core/lib/Drupal/Core/Database/Log.php \Drupal\Core\Database\Log::end()
- 8.9.x core/lib/Drupal/Core/Database/Log.php \Drupal\Core\Database\Log::end()
- 11.x 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 101
Class
- Log
- Database query logger.
Namespace
Drupal\Core\DatabaseCode
public function end($logging_key) {
unset($this->queryLog[$logging_key]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.