80 string references to theme_handler in Drupal 10
- BasicSettingsForm::create in core/
modules/ views_ui/ src/ Form/ BasicSettingsForm.php - Instantiates a new instance of this class.
- BlockConfigEntityUnitTest::setUp in core/
modules/ block/ tests/ src/ Unit/ BlockConfigEntityUnitTest.php - BlockContentController::create in core/
modules/ block_content/ src/ Controller/ BlockContentController.php - Instantiates a new instance of this class.
- BlockContentLocalTasksTest::setUp in core/
modules/ block_content/ tests/ src/ Unit/ Menu/ BlockContentLocalTasksTest.php - BlockController::create in core/
modules/ block/ src/ Controller/ BlockController.php - Instantiates a new instance of this class.
- BlockForm::create in core/
modules/ block/ src/ BlockForm.php - Instantiates a new instance of this class.
- BlockListController::create in core/
modules/ block/ src/ Controller/ BlockListController.php - Instantiates a new instance of this class.
- BlockLocalTasksTest::setUp in core/
modules/ block/ tests/ src/ Unit/ Menu/ BlockLocalTasksTest.php - BlockRegion::create in core/
modules/ block/ src/ Plugin/ migrate/ process/ BlockRegion.php - Creates an instance of the plugin.
- BlockTheme::create in core/
modules/ block/ src/ Plugin/ migrate/ process/ BlockTheme.php - Creates an instance of the plugin.
- BlockUiTest::testBlockAdminUiPage in core/
modules/ block/ tests/ src/ Functional/ BlockUiTest.php - Tests block admin page exists and functions correctly.
- block_help in core/
modules/ block/ block.module - Implements hook_help().
- block_modules_installed in core/
modules/ block/ block.module - Implements hook_modules_installed().
- block_rebuild in core/
modules/ block/ block.module - Implements hook_rebuild().
- block_themes_installed in core/
modules/ block/ block.module - Initializes blocks for installed themes.
- CKEditorStylesheetsWarningTest::installThemeThatTriggersWarning in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditorStylesheetsWarningTest.php - Installs and enables themes for testing.
- claro_system_module_invoked_library_info_alter in core/
themes/ claro/ claro.theme - Called by system.module via its hook_library_info_alter().
- ConfigEntityBaseUnitTest::setUp in core/
tests/ Drupal/ Tests/ Core/ Config/ Entity/ ConfigEntityBaseUnitTest.php - ConfigImporterMissingContentTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImporterMissingContentTest.php - ConfigImportInstallProfileTest::testInstallProfileValidation in core/
modules/ config/ tests/ src/ Functional/ ConfigImportInstallProfileTest.php - Tests config importer cannot uninstall install profiles.
- ConfigImportRecreateTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImportRecreateTest.php - ConfigImportRenameValidationTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImportRenameValidationTest.php - 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.
- ConfigImportUITest::testImport in core/
modules/ config/ tests/ src/ Functional/ ConfigImportUITest.php - Tests importing configuration.
- ConfigSingleImportForm::create in core/
modules/ config/ src/ Form/ ConfigSingleImportForm.php - Instantiates a new instance of this class.
- ConfigSync::create in core/
modules/ config/ src/ Form/ ConfigSync.php - Instantiates a new instance of this class.
- ConfigTestTrait::configImporter in core/
tests/ Drupal/ Tests/ ConfigTestTrait.php - Returns a ConfigImporter object to import test configuration.
- ConfigTranslationBlockListBuilder::createInstance in core/
modules/ config_translation/ src/ Controller/ ConfigTranslationBlockListBuilder.php - Instantiates a new instance of this entity handler.
- ConfigUninstallViaCliImportTest::setUp in core/
modules/ config/ tests/ src/ Kernel/ ConfigUninstallViaCliImportTest.php - ContentEntityNullStorageTest::testDeleteThroughImport in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ ContentEntityNullStorageTest.php - Tests deleting a contact form entity via a configuration import.
- ContentTranslationConfigImportTest::setUp in core/
modules/ content_translation/ tests/ src/ Kernel/ ContentTranslationConfigImportTest.php - CurrentThemeCondition::create in core/
modules/ system/ src/ Plugin/ Condition/ CurrentThemeCondition.php - drupal_find_theme_templates in core/
includes/ theme.inc - Allows themes and/or theme engines to easily discover overridden templates.
- drupal_flush_all_caches in core/
includes/ common.inc - Rebuilds the container, flushes all persistent caches, resets all variables, and rebuilds all data structures.
- EntityFilteringThemeTest::setUp in core/
modules/ system/ tests/ src/ Functional/ Theme/ EntityFilteringThemeTest.php - ExperimentalThemeTest::testExperimentalConfirmForm in core/
modules/ system/ tests/ src/ Functional/ Theme/ ExperimentalThemeTest.php - Tests installing experimental themes and dependencies in the UI.
- hook_rebuild in core/
core.api.php - Rebuild data based upon refreshed caches.
- install_config_import_batch in core/
includes/ install.core.inc - Creates a batch for the config importer to process.
- install_config_revert_install_changes in core/
includes/ install.core.inc - Reverts configuration if hook_install() implementations have made changes.
- locale_translation_project_list in core/
modules/ locale/ locale.compare.inc - Fetch an array of projects for translation update.
- ModuleHandlerTest::testThemeMetaData in core/
modules/ system/ tests/ src/ Kernel/ Extension/ ModuleHandlerTest.php - Tests whether the correct theme metadata is returned.
- ModuleInstaller::install in core/
lib/ Drupal/ Core/ Extension/ ModuleInstaller.php - ModuleInstaller::uninstall in core/
lib/ Drupal/ Core/ Extension/ ModuleInstaller.php - NegotiationConfigureForm::create in core/
modules/ language/ src/ Form/ NegotiationConfigureForm.php - Instantiates a new instance of this class.
- NodeBlockFunctionalTest::testRecentNodeBlock in core/
modules/ node/ tests/ src/ Functional/ NodeBlockFunctionalTest.php - Tests the recent comments block.
- OverriddenConfigImportTest::setUp in core/
modules/ language/ tests/ src/ Kernel/ OverriddenConfigImportTest.php - PluginDependencyTrait::themeHandler in core/
lib/ Drupal/ Core/ Plugin/ PluginDependencyTrait.php - Wraps the theme handler.
- 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 - shortcut_install in core/
modules/ shortcut/ shortcut.install - Implements hook_install().
- shortcut_uninstall in core/
modules/ shortcut/ shortcut.install - Implements hook_uninstall().
- Stable9TemplateOverrideTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ Stable9TemplateOverrideTest.php - StableTemplateOverrideTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ StableTemplateOverrideTest.php - SystemController::create in core/
modules/ system/ src/ Controller/ SystemController.php - Instantiates a new instance of this class.
- SystemLocalTasksTest::setUp in core/
modules/ system/ tests/ src/ Unit/ Menu/ SystemLocalTasksTest.php - system_help in core/
modules/ system/ system.module - Implements hook_help().
- system_js_settings_alter in core/
modules/ system/ system.module - Implements hook_js_settings_alter().
- system_region_list in core/
modules/ system/ system.module - Get a list of available regions from a specified theme.
- system_requirements in core/
modules/ system/ system.install - Implements hook_requirements().
- Theme::postInstall in core/
lib/ Drupal/ Core/ Updater/ Theme.php - ThemeController::create in core/
modules/ system/ src/ Controller/ ThemeController.php - Instantiates a new instance of this class.
- ThemeInstallerTest::testEmpty in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ ThemeInstallerTest.php - Verifies that no themes are installed by default.
- ThemeInstallerTest::testInstallDeprecated in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ ThemeInstallerTest.php - Tests trying to install a deprecated theme.
- ThemeInstallerTest::testThemeInfoAlter in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ ThemeInstallerTest.php - Tests that theme info can be altered by a module.
- ThemeInstallerTest::themeHandler in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ ThemeInstallerTest.php - Returns the theme handler service.
- ThemeLocalTask::create in core/
modules/ block/ src/ Plugin/ Derivative/ ThemeLocalTask.php - ThemeLocalTask::create in core/
modules/ system/ src/ Plugin/ Derivative/ ThemeLocalTask.php - ThemeSettingsForm::create in core/
modules/ system/ src/ Form/ ThemeSettingsForm.php - Instantiates a new instance of this class.
- ThemeSettingsTest::testLogoConfig in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ ThemeSettingsTest.php - Tests that the default logo config can be overridden.
- ThemeTest::testListThemes in core/
modules/ system/ tests/ src/ Kernel/ Theme/ ThemeTest.php - Tests the listInfo() function.
- ThemeUpdateTest::testThemeUpdates in core/
modules/ system/ tests/ src/ Functional/ Theme/ ThemeUpdateTest.php - Ensures preprocess functions run even for suggestion implementations.
- theme_get_setting in core/
includes/ theme.inc - Retrieves a setting for the current theme or for a given theme.
- UpdateContribTest::testUpdateHiddenBaseTheme in core/
modules/ update/ tests/ src/ Functional/ UpdateContribTest.php - Tests updates with a hidden base theme.
- UpdatePathTestBaseFilledTest::testUpdatedSite in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdatePathTestBaseFilledTest.php - Tests that the content and configuration were properly updated.
- UpdateRegistryFactory::create in core/
lib/ Drupal/ Core/ Update/ UpdateRegistryFactory.php - Creates a new UpdateRegistry instance.
- _drupal_maintenance_theme in core/
includes/ theme.maintenance.inc - Sets up the theming system for maintenance page.