public function Theme::isDev in Express 8
Indicates whether the theme is in "development mode".
Return value
bool TRUE or FALSE
See also
1 call to Theme::isDev()
- Theme::drupalSettings in themes/
contrib/ bootstrap/ src/ Theme.php - Retrieves the theme's settings array appropriate for drupalSettings.
File
- themes/
contrib/ bootstrap/ src/ Theme.php, line 701 - Contains \Drupal\bootstrap.
Class
- Theme
- Defines a theme object.
Namespace
Drupal\bootstrapCode
public function isDev() {
return $this->dev;
}