You are here

public function MaestroEngine::getDevelopmentMode in Maestro 8.2

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

GetDevelopmentMode. Returns TRUE or FALSE depending on whether dev mode is on or not.

File

src/Engine/MaestroEngine.php, line 100

Class

MaestroEngine
Class MaestroEngine.

Namespace

Drupal\maestro\Engine

Code

public function getDevelopmentMode() {
  return $this->developmentMode;
}