You are here

public function MaestroEngine::getDebug in Maestro 3.x

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

GetDebug. Returns TRUE or FALSE depending on whether debug is on or not.

File

src/Engine/MaestroEngine.php, line 79

Class

MaestroEngine
Class MaestroEngine.

Namespace

Drupal\maestro\Engine

Code

public function getDebug() {
  return $this->debug;
}