public function MaestroEngine::getDebug in Maestro 8.2
Same name and namespace in other branches
- 3.x 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\EngineCode
public function getDebug() {
return $this->debug;
}