16 string references to theme.initialization in Drupal 8
- ActiveTheme::getBaseThemes in core/
lib/ Drupal/ Core/ Theme/ ActiveTheme.php - Returns an array of base theme active theme objects keyed by name.
- ElementInfoIntegrationTest::testElementInfoByTheme in core/
tests/ Drupal/ KernelTests/ Core/ Render/ ElementInfoIntegrationTest.php - Ensures that the element info can be altered by themes.
- LibraryDiscoveryIntegrationTest::activateTheme in core/
tests/ Drupal/ KernelTests/ Core/ Asset/ LibraryDiscoveryIntegrationTest.php - Activates a specified theme.
- RegistryLegacyTest::testMultipleSubThemes in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ RegistryLegacyTest.php - Tests the theme registry with theme functions and multiple subthemes.
- RegistryLegacyTest::testSuggestionPreprocessFunctions in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ RegistryLegacyTest.php - Tests the theme registry with theme functions with suggestions.
- RegistryTest::testMultipleSubThemes in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ RegistryTest.php - Tests the theme registry with multiple subthemes.
- RegistryTest::testSuggestionPreprocessFunctions in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ RegistryTest.php - Tests the theme registry with suggestions.
- RegistryTest::testThemeRegistryAlterByTheme in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ RegistryTest.php - Tests that the theme registry can be altered by themes.
- RegistryTest::testThemeTemplatesRegisteredByModules in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ RegistryTest.php - Tests theme-provided templates that are registered by modules.
- ResolvedLibraryDefinitionsFilesMatchTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Asset/ ResolvedLibraryDefinitionsFilesMatchTest.php - StableLibraryOverrideTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ StableLibraryOverrideTest.php - StableTemplateOverrideTest::testStableTemplateOverrides in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ StableTemplateOverrideTest.php - Ensures that Stable overrides all relevant core templates.
- ThemeNotUsingClassyLibraryTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ ThemeNotUsingClassyLibraryTest.php - ThemeSettingsForm::buildForm in core/
modules/ system/ src/ Form/ ThemeSettingsForm.php - ThemesNotUsingClassyTemplatesTest::testThemesTemplatesNotClassy in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ ThemesNotUsingClassyTemplatesTest.php - Ensures that themes are not inheriting templates from Classy.
- _drupal_maintenance_theme in core/
includes/ theme.maintenance.inc - Sets up the theming system for maintenance page.