You are here

23 string references to theme_installer in Drupal 9

BaseThemeMissingTest::setUp in core/tests/Drupal/KernelTests/Core/Theme/BaseThemeMissingTest.php
BaseThemeRequiredTest::setUp in core/tests/Drupal/KernelTests/Core/Theme/BaseThemeRequiredTest.php
BlockTest::testUninstallTheme in core/modules/block/tests/src/Functional/BlockTest.php
Tests that uninstalling a theme removes its block configuration.
CKEditorTest::testExternalStylesheets in core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php
Tests loading of theme's CKEditor stylesheets defined in the .info file.
ClassyUninstallUpdateTest::testUpdateClassyNeeded in core/modules/system/tests/src/Functional/Update/ClassyUninstallUpdateTest.php
Ensures that updates run without errors when Classy is still needed.
ClassyUninstallUpdateTest::testUpdateClassyNotInstalled in core/modules/system/tests/src/Functional/Update/ClassyUninstallUpdateTest.php
Ensures that updates run without errors when Classy is not installed.
MenuRouterTest::doTestThemeCallbackOptionalTheme in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
Tests the theme negotiation when it is set to use an optional theme.
MenuRouterTest::testThemeIntegration in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
Tests theme integration.
NewDefaultThemeBlocksTest::testNewDefaultThemeBlocks in core/modules/block/tests/src/Kernel/NewDefaultThemeBlocksTest.php
Check the enabled Bartik blocks are correctly copied over.
StableUninstallUpdateTest::testUpdateStableNeeded in core/modules/system/tests/src/Functional/Update/StableUninstallUpdateTest.php
Ensures that updates run without errors when Stable is still needed.
StableUninstallUpdateTest::testUpdateStableNotInstalled in core/modules/system/tests/src/Functional/Update/StableUninstallUpdateTest.php
Ensures that updates run without errors when Stable is not installed.
system_post_update_uninstall_classy in core/modules/system/system.post_update.php
Uninstall Classy if it is no longer needed.
system_post_update_uninstall_stable in core/modules/system/system.post_update.php
Uninstall Stable if it is no longer needed.
TestSiteOliveroInstallTestScript::setup in core/tests/Drupal/TestSite/TestSiteOliveroInstallTestScript.php
Run the code to setup the test environment.
ThemeController::create in core/modules/system/src/Controller/ThemeController.php
Instantiates a new instance of this class.
ThemeExperimentalConfirmForm::create in core/modules/system/src/Form/ThemeExperimentalConfirmForm.php
Instantiates a new instance of this class.
ThemeInfoTest::setUp in core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php
ThemeInstallerTest::themeInstaller in core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php
Returns the theme installer service.
ThemeSettingsTest::testLogoConfig in core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php
Tests that the default logo config can be overridden.
ThemeTest::testSwitchDefaultTheme in core/modules/system/tests/src/Functional/System/ThemeTest.php
Tests switching the default theme.
ToolbarClaroOverridesTest::setUp in core/modules/system/tests/src/Functional/Theme/ToolbarClaroOverridesTest.php
TwigSettingsTest::testTwigCacheOverride in core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php
Ensures Twig template cache setting can be overridden.
ViewsNoResultsBehaviorTest::setUp in core/modules/views/tests/src/Functional/ViewsNoResultsBehaviorTest.php