You are here

142 string references to theme_installer in Drupal 10

AdminAjaxTest::testAjaxRebuild in core/modules/views_ui/tests/src/FunctionalJavascript/AdminAjaxTest.php
Confirms that form_alter is triggered after AJAX rebuilds.
AjaxTest::testAjaxWithAdminRoute in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php
AlterTest::testDrupalAlter in core/modules/system/tests/src/Functional/Common/AlterTest.php
Tests if the theme has been altered.
AreaEntityTest::setUpFixtures in core/modules/views/tests/src/Kernel/Handler/AreaEntityTest.php
AreaOrderTest::setUpFixtures in core/modules/views/tests/src/Kernel/Handler/AreaOrderTest.php
BaseThemeMissingTest::setUp in core/tests/Drupal/KernelTests/Core/Theme/BaseThemeMissingTest.php
BaseThemeRequiredTest::setUp in core/tests/Drupal/KernelTests/Core/Theme/BaseThemeRequiredTest.php
BigPipeRegressionTest::setUp in core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php
BigPipeRegressionTest::setUp in core/modules/ckeditor/tests/src/FunctionalJavascript/BigPipeRegressionTest.php
BlockAddTest::testBlockAddThemeSelector in core/modules/block/tests/src/FunctionalJavascript/BlockAddTest.php
Tests the AJAX for the theme selector.
BlockAdminThemeTest::testAdminTheme in core/modules/block/tests/src/Functional/BlockAdminThemeTest.php
Check for the accessibility of the admin theme on the block admin page.
BlockAdminThemeTest::testClaroAdminTheme in core/modules/block/tests/src/Functional/BlockAdminThemeTest.php
Ensure contextual links are disabled in Claro theme.
BlockContentTypeTest::testsBlockContentAddTypes in core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php
Tests that redirects work as expected when multiple block types exist.
BlockDemoTest::testBlockDemo in core/modules/block/tests/src/Functional/BlockDemoTest.php
Check for the accessibility of the admin block demo page.
BlockHiddenRegionTest::testBlockNotInHiddenRegion in core/modules/block/tests/src/Functional/BlockHiddenRegionTest.php
Tests that hidden regions do not inherit blocks when a theme is installed.
BlockRebuildTest::setUp in core/modules/block/tests/src/Kernel/BlockRebuildTest.php
BlockStorageUnitTest::setUp in core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php
BlockStorageUnitTest::testDefaultBlocks in core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php
Tests the installation of default blocks.
BlockTest::testBlockThemeSelector in core/modules/block/tests/src/Functional/BlockTest.php
Tests that the block form has a theme selector when not passed via the URL.
BlockTest::testThemeName in core/modules/block/tests/src/Functional/BlockTest.php
Tests block display of theme titles.
BlockTest::testUninstallTheme in core/modules/block/tests/src/Functional/BlockTest.php
Tests that uninstalling a theme removes its block configuration.
BlockUiTest::testBlockAdminUiPage in core/modules/block/tests/src/Functional/BlockUiTest.php
Tests block admin page exists and functions correctly.
BlockUiTest::testBlockDemoUiPage in core/modules/block/tests/src/Functional/BlockUiTest.php
Tests block demo page exists and functions correctly.
BreakpointDiscoveryTest::setUp in core/modules/breakpoint/tests/src/Kernel/BreakpointDiscoveryTest.php
CKEditor5StylesheetsTest::testExternalStylesheets in core/modules/ckeditor5/tests/src/Kernel/CKEditor5StylesheetsTest.php
Tests loading of theme's CKEditor 5 stylesheets defined in the .info file.
CKEditorStylesheetsWarningTest::installThemeThatTriggersWarning in core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditorStylesheetsWarningTest.php
Installs and enables themes for testing.
CKEditorTest::testBuildContentsCssJSSetting in core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php
Tests CKEditor::buildContentsCssJSSetting().
CKEditorTest::testExternalStylesheets in core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php
Tests loading of theme's CKEditor stylesheets defined in the .info file.
ClaroBlockFilterTest::setUp in core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroBlockFilterTest.php
ClaroEntityDisplayTest::setUp in core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php
ClaroMenuUiJavascriptTest::setUp in core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroMenuUiJavascriptTest.php
ClaroVerticalTabsTest::testVerticalTabs in core/tests/Drupal/KernelTests/Core/Theme/ClaroVerticalTabsTest.php
Confirms that Claro can render vertical tabs correctly.
ClassyTest::setUp in core/modules/system/tests/src/Kernel/Render/ClassyTest.php
CommentLinksTest::testCommentLinks in core/modules/comment/tests/src/Functional/CommentLinksTest.php
Tests that comment links are output and can be hidden.
ConfigEntityImportTest::testConfigUpdateImport in core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php
Runs test methods for each module within a single test run.
ConfigImporter::processExtension in core/lib/Drupal/Core/Config/ConfigImporter.php
Processes an extension change.
ConfigImportThemeInstallTest::testConfigImportWithThemeWithModuleDependencies in core/tests/Drupal/KernelTests/Core/Theme/ConfigImportThemeInstallTest.php
Tests config imports that install and uninstall a theme with dependencies.
ConfigImportUITest::testExtensionValidation in core/modules/config/tests/src/Functional/ConfigImportUITest.php
Tests config importer cannot uninstall extensions which are depended on.
ConfigInstallWebTest::testPreExistingConfigInstall in core/modules/config/tests/src/Functional/ConfigInstallWebTest.php
Tests pre-existing configuration detection.
CurrentThemeConditionTest::testCurrentTheme in core/tests/Drupal/KernelTests/Core/Plugin/Condition/CurrentThemeConditionTest.php
Tests the current theme condition.
CustomBooleanTest::testCustomOptionTemplate in core/modules/views_ui/tests/src/Functional/CustomBooleanTest.php
Tests the setting and output of custom labels for boolean values.
DefaultConfigTest::assertExtensionConfig in core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php
Tests that the config provided by the extension is correct.
DisplayApiTest::testFieldItemListView in core/modules/field/tests/src/Kernel/DisplayApiTest.php
Tests the FieldItemListInterface::view() method.
DisplayPageTest::testEmptyRow in core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php
Tests the templates with empty rows.
ElementInfoIntegrationTest::setUp in core/tests/Drupal/KernelTests/Core/Render/ElementInfoIntegrationTest.php
EngineNyanCatTest::setUp in core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php
EngineTwigTest::setUp in core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
EntityFilteringThemeTest::setUp in core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php
EntityReferenceFormatterTest::setUp in core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php
ExperimentalThemeTest::testExperimentalConfirmForm in core/modules/system/tests/src/Functional/Theme/ExperimentalThemeTest.php
Tests installing experimental themes and dependencies in the UI.
ExposedFilterAJAXTest::testExposedFilteringWithButtonElement in core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php
Tests exposed filtering via AJAX with a button element.
ExposedFormCheckboxesTest::testExposedFormRenderCheckboxes in core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php
Tests overriding the default render option with checkboxes.
ExposedFormCheckboxesTest::testExposedIsAllOfFilter in core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php
Tests that "is all of" filters work with checkboxes.
ExtensionPathResolverTest::testExtensionPathResolving in core/tests/Drupal/KernelTests/Core/Bootstrap/ExtensionPathResolverTest.php
@covers ::getPathname
FrameworkTest::testLazyLoadOverriddenCSS in core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php
Tests that overridden CSS files are not added during lazy load.
FunctionalTestSetupTrait::installDefaultThemeFromClassProperty in core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php
Installs the default theme defined by `static::$defaultTheme` when needed.
FunctionsTest::setUp in core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php
HelpTopicsSyntaxTest::testHelpTopics in core/modules/help_topics/tests/src/Functional/HelpTopicsSyntaxTest.php
Tests that all Core help topics can be rendered and have good syntax.
HelpTopicTest::setUp in core/modules/help_topics/tests/src/Functional/HelpTopicTest.php
HelpTopicTest::testHelp in core/modules/help_topics/tests/src/Functional/HelpTopicTest.php
Tests the main help page and individual pages for topics.
HelpTopicTranslatedTestBase::setUp in core/modules/help_topics/tests/src/Functional/HelpTopicTranslatedTestBase.php
HistoryTimestampTest::setUp in core/modules/history/tests/src/Kernel/Views/HistoryTimestampTest.php
install_profile_themes in core/includes/install.core.inc
Installs themes.
JsMessageTest::setUp in core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php
LayoutBuilderCompatibilityTestBase::setUp in core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php
LayoutTest::testThemeProvidedLayout in core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php
Tests that a layout provided by a theme has the preprocess function set.
LibraryDiscoveryIntegrationTest::activateTheme in core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php
Activates a specified theme.
LibraryDiscoveryIntegrationTest::setUp in core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php
LibraryDiscoveryIntegrationTest::testLibrariesExtend in core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php
Tests libraries-extend.
LocaleConfigManagerTest::testGetDefaultConfigLangcode in core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php
Tests getDefaultConfigLangcode().
MediaTest::testErrorMessages in core/modules/ckeditor/tests/src/FunctionalJavascript/MediaTest.php
Tests that failed media embed preview requests inform the end user.
MediaTest::testErrorMessages in core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php
Tests that failed media embed preview requests inform the end user.
MenuLinkContentTranslationUITest::testTranslationLinkTheme in core/modules/menu_link_content/tests/src/Functional/MenuLinkContentTranslationUITest.php
Tests that translation page inherits admin status of edit page.
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.
MessageTest::testMessages in core/tests/Drupal/KernelTests/Core/Theme/MessageTest.php
Tests setting messages output.
MigrateBlockTest::setUp in core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php
MigrateBlockTest::setUp in core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php
MigrateThemeSettingsTest::setUp in core/modules/system/tests/src/Kernel/Migrate/d7/MigrateThemeSettingsTest.php
MultipleFileUploadTest::testMultipleFileFieldWithAllFileExtensions in core/modules/file/tests/src/Functional/MultipleFileUploadTest.php
Tests multiple file field with all file extensions.
NewDefaultThemeBlocksTest::testNewDefaultThemeBlocks in core/modules/block/tests/src/Kernel/NewDefaultThemeBlocksTest.php
Check the blocks are correctly copied by block_themes_installed().
NodeDisplayConfigurableTest::setUp in core/modules/node/tests/src/Functional/NodeDisplayConfigurableTest.php
NodeTranslationUITest::testTranslationLinkTheme in core/modules/node/tests/src/Functional/NodeTranslationUITest.php
Tests that translation page inherits admin status of edit page.
NonDefaultBlockAdminTest::testNonDefaultBlockAdmin in core/modules/block/tests/src/Functional/NonDefaultBlockAdminTest.php
Tests non-default theme admin.
NumberFieldRdfaTest::testDecimalFormatterWithSettings in core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php
Tests the decimal formatter with settings.
NumberFieldRdfaTest::testFloatFormatterWithScaleExercised in core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php
Tests the float formatter with a scale. Scale is exercised.
NumberFieldRdfaTest::testFloatFormatterWithSettings in core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php
Tests the float formatter with settings.
NumberFieldRdfaTest::testIntegerFormatterWithSettings in core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php
Tests the integer formatter with settings.
OffCanvasTestBase::enableTheme in core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php
Enables a theme.
OliveroMessagesTest::setUp in core/tests/Drupal/FunctionalJavascriptTests/Theme/OliveroMessagesTest.php
PageTest::testBatchProgressPageTheme in core/modules/system/tests/src/Functional/Batch/PageTest.php
Tests that the batch API progress page uses the correct theme.
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
SearchAdminThemeTest::setUp in core/modules/search/tests/src/Functional/SearchAdminThemeTest.php
ShortcutClaroIntegrationTest::testInstallUninstall in core/modules/shortcut/tests/src/Kernel/ShortcutClaroIntegrationTest.php
Tests shortcut_install() and shortcut_uninstall().
ShortcutLinksTest::testAccessShortcutsPermission in core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php
Tests that the 'access shortcuts' permissions works properly.
ShortcutLinksTest::testNoShortcutLink in core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php
Tests that the add shortcut link is not displayed for 404/403 errors.
ShortcutLinksTest::testShortcutQuickLink in core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php
Tests that the "add to shortcut" and "remove from shortcut" links work.
Stable9LibraryOverrideTest::setUp in core/tests/Drupal/KernelTests/Core/Theme/Stable9LibraryOverrideTest.php
Stable9TemplateOverrideTest::setUp in core/tests/Drupal/KernelTests/Core/Theme/Stable9TemplateOverrideTest.php
StableLibraryOverrideTest::setUp in core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php
StableTemplateOverrideTest::setUp in core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php
StatisticsAttachedTest::setUp in core/modules/statistics/tests/src/Functional/StatisticsAttachedTest.php
StatusTest::testStatusPage in core/modules/system/tests/src/Functional/System/StatusTest.php
Tests that the status page returns.
TableTest::testThemeTableWithEmptyMessage in core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php
Tests that the table header is printed correctly even if there are no rows, and that the empty text is displayed correctly.
TestSiteOliveroInstallTestScript::setup in core/tests/Drupal/TestSite/TestSiteOliveroInstallTestScript.php
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.
ThemeSettingsFormTest::testFormSettingsSubmissionHandler in core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php
Tests that submission handler works correctly.
ThemeSettingsTest::testDefaultConfig in core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php
Tests that $theme.settings are imported and used as default theme settings.
ThemeSettingsTest::testLogoConfig in core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php
Tests that the default logo config can be overridden.
ThemeSettingsTest::testNoDefaultConfig in core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php
Tests that the $theme.settings default config file is optional.
ThemeSuggestionsAlterTest::setUp in core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php
ThemeTest::setUp in core/modules/taxonomy/tests/src/Functional/ThemeTest.php
ThemeTest::setUp in core/modules/system/tests/src/Functional/Theme/ThemeTest.php
ThemeTest::setUp in core/modules/system/tests/src/Kernel/Theme/ThemeTest.php
ThemeTest::testListThemes in core/modules/system/tests/src/Kernel/Theme/ThemeTest.php
Tests the listInfo() function.
ThemeTest::testThemeUpdateManagement in core/modules/system/tests/src/Kernel/Theme/ThemeTest.php
Tests the update registry is correct during theme install and uninstall.
ThemeTest::testThemeUpdateManagementRemovedPostUpdates in core/modules/system/tests/src/Kernel/Theme/ThemeTest.php
Tests the update registry is correct during theme install and uninstall.
ThemeTokenTest::testThemeToken in core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php
Tests if the 'theme_token' key of 'ajaxPageState' is computed.
ThemeUpdateTest::testThemeUpdates in core/modules/system/tests/src/Functional/Theme/ThemeUpdateTest.php
Ensures preprocess functions run even for suggestion implementations.
TourTestBasic::setUp in core/modules/tour/tests/src/Functional/TourTestBasic.php
TwigDebugMarkupTest::testTwigDebugMarkup in core/modules/system/tests/src/Functional/Theme/TwigDebugMarkupTest.php
Tests debug markup added to Twig template output.
TwigExtensionTest::setUp in core/modules/system/tests/src/Functional/Theme/TwigExtensionTest.php
TwigNamespaceTest::setUp in core/modules/system/tests/src/Kernel/Theme/TwigNamespaceTest.php
TwigRegistryLoaderTest::setUp in core/modules/system/tests/src/Functional/Theme/TwigRegistryLoaderTest.php
TwigSettingsTest::testTwigCacheOverride in core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php
Ensures Twig template cache setting can be overridden.
TwigTransTest::setUp in core/modules/system/tests/src/Functional/Theme/TwigTransTest.php
TwigWhiteListTest::setUp in core/tests/Drupal/KernelTests/Core/Theme/TwigWhiteListTest.php
UpdateContribTest::testUpdateBaseThemeSecurityUpdate in core/modules/update/tests/src/Functional/UpdateContribTest.php
Tests that subthemes are notified about security updates for base themes.
UpdateContribTest::testUpdateHiddenBaseTheme in core/modules/update/tests/src/Functional/UpdateContribTest.php
Tests updates with a hidden base theme.
UserBatchActionTest::testUserAction in core/modules/views/tests/src/Functional/UserBatchActionTest.php
Tests user admin batch.
UserFieldsTest::setUp in core/modules/user/tests/src/Kernel/UserFieldsTest.php
ViewsEscapingTest::testViewsViewFieldsEscaping in core/modules/views/tests/src/Functional/ViewsEscapingTest.php
Tests for incorrectly escaped markup in the views-view-fields.html.twig.
ViewsNoResultsBehaviorTest::setUp in core/modules/views/tests/src/Functional/ViewsNoResultsBehaviorTest.php
ViewsPreprocessTest::testCssClassCleaning in core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php
Tests css classes on displays are cleaned correctly.
ViewsThemeIntegrationTest::testThemedViewPage in core/modules/views/tests/src/Functional/ViewsThemeIntegrationTest.php
Tests for exceptions and successful execution of hook_views_pre_render() and hook_views_post_render() in theme and subtheme.