You are here

protected property MaestroEngine::$developmentMode in Maestro 8.2

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

Set the development mode of the engine.

True will turn on things like cache clearing for entity loads etc.

Type: bool

File

src/Engine/MaestroEngine.php, line 40

Class

MaestroEngine
Class MaestroEngine.

Namespace

Drupal\maestro\Engine

Code

protected $developmentMode = FALSE;