You are here

protected property MissingThemeDependencyException::$theme in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Theme/MissingThemeDependencyException.php \Drupal\Core\Theme\MissingThemeDependencyException::theme

The missing theme dependency.

Type: string

File

core/lib/Drupal/Core/Theme/MissingThemeDependencyException.php, line 17

Class

MissingThemeDependencyException
Exception to be thrown when base theme for installed theme is not installed.

Namespace

Drupal\Core\Theme

Code

protected $theme;