public function MaestroEngine::enableDevelopmentMode in Maestro 3.x
Same name and namespace in other branches
- 8.2 src/Engine/MaestroEngine.php \Drupal\maestro\Engine\MaestroEngine::enableDevelopmentMode()
EnableDevelopmentMode method. Call this method to turn on devel mode.
File
- src/
Engine/ MaestroEngine.php, line 86
Class
- MaestroEngine
- Class MaestroEngine.
Namespace
Drupal\maestro\EngineCode
public function enableDevelopmentMode() {
$this->developmentMode = TRUE;
}