You are here

public function MaestroEngine::enableDebug in Maestro 3.x

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

EnableDebug method. Call this method to turn on debug.

File

src/Engine/MaestroEngine.php, line 65

Class

MaestroEngine
Class MaestroEngine.

Namespace

Drupal\maestro\Engine

Code

public function enableDebug() {
  $this->debug = TRUE;
}