class ThemeSettings

Defines the default theme settings object.

Hierarchy

Expanded class hierarchy of ThemeSettings

1 file declares its use of ThemeSettings

File

drupal/core/lib/Drupal/Core/Theme/ThemeSettings.php, line 15
Contains \Drupal\Core\Theme\ThemeSettings.

Namespace

Drupal\Core\Theme
View source

Members

Namesort descending Modifiers Type Description Overrides
ThemeSettings::$data protected property The data of the theme settings object.
ThemeSettings::$theme protected property The theme of the theme settings object.
ThemeSettings::clear public function Unsets value in this theme settings object.
ThemeSettings::get public function Gets data from this theme settings object.
ThemeSettings::getTheme public function Returns the theme of this theme settings object.
ThemeSettings::mergeData public function Merges the data into this theme settings object.
ThemeSettings::set public function Sets value in this theme settings object.
ThemeSettings::setData public function Replaces the data of this theme settings object.
ThemeSettings::__construct public function Constructs a theme settings object.