public function MaestroEngine::enableDevelopmentMode in Maestro 8.2
Same name and namespace in other branches
- 3.x 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;
}