You are here

public function MaestroEngine::disableDevelopmentMode in Maestro 3.x

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

DisableDevelopmentMode. Call this method to turn off devel mode.

File

src/Engine/MaestroEngine.php, line 93

Class

MaestroEngine
Class MaestroEngine.

Namespace

Drupal\maestro\Engine

Code

public function disableDevelopmentMode() {
  $this->developmentMode = FALSE;
}