You are here

protected property Theme::$dev in Express 8

Flag indicating if the theme is in "development" mode.

This property can only be set via `settings.local.php`:

$settings['theme.dev'] = TRUE;

Type: bool

File

themes/contrib/bootstrap/src/Theme.php, line 80
Contains \Drupal\bootstrap.

Class

Theme
Defines a theme object.

Namespace

Drupal\bootstrap

Code

protected $dev;