public function ThemeHandlerInterface::rebuildThemeData in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php \Drupal\Core\Extension\ThemeHandlerInterface::rebuildThemeData()
Scans and collects theme extension data and their engines.
Return value
\Drupal\Core\Extension\Extension[] An associative array of theme extensions.
1 method overrides ThemeHandlerInterface::rebuildThemeData()
- ThemeHandler::rebuildThemeData in core/
lib/ Drupal/ Core/ Extension/ ThemeHandler.php - Scans and collects theme extension data and their engines.
File
- core/
lib/ Drupal/ Core/ Extension/ ThemeHandlerInterface.php, line 128 - Contains \Drupal\Core\Extension\ThemeHandlerInterface.
Class
- ThemeHandlerInterface
- Manages the list of available themes.
Namespace
Drupal\Core\ExtensionCode
public function rebuildThemeData();