You are here

public function ComponentsInfo::getAllThemeInfo in Components! 8.2

Retrieves the components info for all themes.

@internal

Return value

array The components info, keyed by theme name.

File

src/Template/ComponentsInfo.php, line 260

Class

ComponentsInfo
Loads info about components defined in themes or modules.

Namespace

Drupal\components\Template

Code

public function getAllThemeInfo() {
  $this
    ->init();
  return $this->themeInfo;
}