61 string references to theme_handler in Drupal 8
- 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 - BlockUiTest::testBlockAdminUiPage in core/
modules/ block/ tests/ src/ Functional/ BlockUiTest.php - Test block admin page exists and functions correctly.
- Color::create in core/
modules/ color/ src/ Plugin/ migrate/ source/ d7/ Color.php - Creates an instance of the plugin.
- ConfigEntityBaseUnitTest::setUp in core/
tests/ Drupal/ Tests/ Core/ Config/ Entity/ ConfigEntityBaseUnitTest.php - ConfigImporterMissingContentTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImporterMissingContentTest.php - ConfigImporterTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImporterTest.php - ConfigImportRecreateTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImportRecreateTest.php - ConfigImportRenameValidationTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImportRenameValidationTest.php - 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 - Creates an instance of the plugin.
- drupal_flush_all_caches in core/
includes/ common.inc - Flushes all persistent caches, resets all variables, and rebuilds all data structures.
- 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.
- LegacyThemeHandlerTest::testSetDefault in core/
tests/ Drupal/ KernelTests/ Core/ Extension/ LegacyThemeHandlerTest.php - Tests that a deprecation error is thrown when calling ::setDefault.
- LocalActionsAndTasksConvertedIntoBlocksUpdateTest::setUp in core/
modules/ system/ tests/ src/ Functional/ Update/ LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php - Overrides WebTestBase::setUp() for update testing.
- NegotiationConfigureForm::create in core/
modules/ language/ src/ Form/ NegotiationConfigureForm.php - Instantiates a new instance of this class.
- OverriddenConfigImportTest::setUp in core/
modules/ language/ tests/ src/ Kernel/ OverriddenConfigImportTest.php - PageTitleConvertedIntoBlockUpdateTest::setUp in core/
modules/ system/ tests/ src/ Functional/ Update/ PageTitleConvertedIntoBlockUpdateTest.php - Overrides WebTestBase::setUp() for update testing.
- PluginDependencyTrait::themeHandler in core/
lib/ Drupal/ Core/ Plugin/ PluginDependencyTrait.php - Wraps the theme handler.
- 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 - SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest::setUp in core/
modules/ system/ tests/ src/ Functional/ Update/ SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest.php - Overrides WebTestBase::setUp() for update testing.
- SiteBrandingConvertedIntoBlockUpdateTest::setUp in core/
modules/ system/ tests/ src/ Functional/ Update/ SiteBrandingConvertedIntoBlockUpdateTest.php - Overrides WebTestBase::setUp() for update testing.
- StableBaseThemeUpdateTest::setUp in core/
modules/ system/ tests/ src/ Functional/ Update/ StableBaseThemeUpdateTest.php - Overrides WebTestBase::setUp() for update testing.
- 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_update_8005 in core/
modules/ system/ system.install - Place local actions and tasks blocks in every theme.
- system_update_8006 in core/
modules/ system/ system.install - Place branding blocks in every theme.
- system_update_8010 in core/
modules/ system/ system.install - Place page title blocks in every theme.
- system_update_8014 in core/
modules/ system/ system.install - Install the Stable base theme if needed.
- ThemeController::create in core/
modules/ system/ src/ Controller/ ThemeController.php - Instantiates a new instance of this class.
- ThemeHandlerLegacyTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ ThemeHandlerLegacyTest.php - 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 - Creates a new class instance.
- ThemeLocalTask::create in core/
modules/ system/ src/ Plugin/ Derivative/ ThemeLocalTask.php - Creates a new class instance.
- ThemeNotUsingClassyLibraryTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ ThemeNotUsingClassyLibraryTest.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.
- ThemesNotUsingClassyTemplatesTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ ThemesNotUsingClassyTemplatesTest.php - ThemeTest::testListThemes in core/
modules/ system/ tests/ src/ Kernel/ Theme/ ThemeTest.php - Test the listInfo() function.
- ThemeTest::testThemeSettings in core/
modules/ system/ tests/ src/ Functional/ System/ ThemeTest.php - Test the theme settings form.
- _drupal_maintenance_theme in core/
includes/ theme.maintenance.inc - Sets up the theming system for maintenance page.