You are here

public function MaestroEngine::disableDebug in Maestro 3.x

Same name and namespace in other branches
  1. 8.2 src/Engine/MaestroEngine.php \Drupal\maestro\Engine\MaestroEngine::disableDebug()

DisableDebug. Call this method to turn off debug.

File

src/Engine/MaestroEngine.php, line 72

Class

MaestroEngine
Class MaestroEngine.

Namespace

Drupal\maestro\Engine

Code

public function disableDebug() {
  $this->debug = FALSE;
}