public function Profiler::disable in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/Profiler/Profiler.php \Symfony\Component\HttpKernel\Profiler\Profiler::disable()
Disables the profiler.
File
- vendor/
symfony/ http-kernel/ Profiler/ Profiler.php, line 62
Class
- Profiler
- Profiler.
Namespace
Symfony\Component\HttpKernel\ProfilerCode
public function disable() {
$this->enabled = false;
}