255 string references to 'Theme'
- admin.info.yml in core/
themes/ admin/ admin.info.yml - core/themes/admin/admin.info.yml
- AdminDemoNegotiator::determineActiveTheme in core/
modules/ block/ src/ Theme/ AdminDemoNegotiator.php - AssertPageCacheContextsAndTagsTrait::assertCacheContexts in core/
modules/ system/ tests/ src/ Functional/ Cache/ AssertPageCacheContextsAndTagsTrait.php - Ensures that some cache contexts are present in the current response.
- AssetControllerBase::deliver in core/
modules/ system/ src/ Controller/ AssetControllerBase.php - Generates an aggregate, given a filename.
- big_pipe_test_theme.info.yml in core/
modules/ big_pipe/ tests/ themes/ big_pipe_test_theme/ big_pipe_test_theme.info.yml - core/modules/big_pipe/tests/themes/big_pipe_test_theme/big_pipe_test_theme.info.yml
- block.schema.yml in core/
modules/ block/ config/ schema/ block.schema.yml - core/modules/block/config/schema/block.schema.yml
- block.schema.yml in core/
modules/ block/ config/ schema/ block.schema.yml - core/modules/block/config/schema/block.schema.yml
- Block::calculateDependencies in core/
modules/ block/ src/ Entity/ Block.php - BlockContentAddLocalAction::getOptions in core/
modules/ block_content/ src/ Plugin/ Menu/ LocalAction/ BlockContentAddLocalAction.php - BlockContentController::addForm in core/
modules/ block_content/ src/ Controller/ BlockContentController.php - Presents the content block creation form.
- BlockContentForm::actions in core/
modules/ block_content/ src/ BlockContentForm.php - BlockContentTest::getExpectedCacheContexts in core/
modules/ jsonapi/ tests/ src/ Functional/ BlockContentTest.php - The expected cache contexts for the GET/HEAD response of the test entity.
- BlockCreationTrait::placeBlock in core/
modules/ block/ tests/ src/ Traits/ BlockCreationTrait.php - Creates a block instance based on default settings.
- BlockDependenciesTest::createBlock in core/
modules/ views/ tests/ src/ Kernel/ Plugin/ BlockDependenciesTest.php - Creates a block instance based on default settings.
- BlockForm::form in core/
modules/ block/ src/ BlockForm.php - BlockForm::save in core/
modules/ block/ src/ BlockForm.php - BlockHooks::help in core/
modules/ block/ src/ Hook/ BlockHooks.php - Implements hook_help().
- BlockListBuilder::buildBlocksForm in core/
modules/ block/ src/ BlockListBuilder.php - Builds the main "Blocks" portion of the form.
- BlockTranslation::query in core/
modules/ block/ src/ Plugin/ migrate/ source/ d6/ BlockTranslation.php - Prepares query object to retrieve data from the source database.
- BlockValidationTest::testThemeValidation in core/
modules/ block/ tests/ src/ Kernel/ BlockValidationTest.php - Tests validating a block with a non-existent theme.
- BlockViewBuilderTest::assertBlockRenderedWithExpectedCacheability in core/
modules/ block/ tests/ src/ Kernel/ BlockViewBuilderTest.php - Asserts that a block is built/rendered/cached with expected cacheability.
- block_test_special_chars_theme.info.yml in core/
modules/ block/ tests/ modules/ block_test/ themes/ block_test_special_chars_theme/ block_test_special_chars_theme.info.yml - core/modules/block/tests/modules/block_test/themes/block_test_special_chars_theme/block_test_special_chars_theme.info.yml
- block_test_theme.info.yml in core/
modules/ block/ tests/ modules/ block_test/ themes/ block_test_theme/ block_test_theme.info.yml - core/modules/block/tests/modules/block_test/themes/block_test_theme/block_test_theme.info.yml
- BreakpointDiscoveryTest::testBreakpointGroups in core/
modules/ breakpoint/ tests/ src/ Kernel/ BreakpointDiscoveryTest.php - Tests the collection of breakpoint groups.
- breakpoint_theme_test.info.yml in core/
modules/ breakpoint/ tests/ themes/ breakpoint_theme_test/ breakpoint_theme_test.info.yml - core/modules/breakpoint/tests/themes/breakpoint_theme_test/breakpoint_theme_test.info.yml
- Ckeditor5Hooks::libraryInfoAlter in core/
modules/ ckeditor5/ src/ Hook/ Ckeditor5Hooks.php - Implements hook_library_info_alter().
- claro.info.yml in core/
themes/ claro/ claro.info.yml - core/themes/claro/claro.info.yml
- CommentCacheTagsTest::getDefaultCacheContexts in core/
modules/ comment/ tests/ src/ Functional/ CommentCacheTagsTest.php - CommentResourceTestBase::getExpectedCacheContexts in core/
modules/ comment/ tests/ src/ Functional/ Rest/ CommentResourceTestBase.php - CommentRssTest::testCommentRss in core/
modules/ comment/ tests/ src/ Functional/ CommentRssTest.php - Tests comments as part of an RSS feed.
- CommentTest::getExpectedCacheContexts in core/
modules/ jsonapi/ tests/ src/ Functional/ CommentTest.php - The expected cache contexts for the GET/HEAD response of the test entity.
- ConfigDependencyManager::getDependentEntities in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigDependencyManager.php - Gets dependencies.
- ConfigDependencyManager::getGraph in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigDependencyManager.php - Gets the dependency graph of all the config entities.
- ConfigEntityDependencyTest::testEmptyDependencies in core/
tests/ Drupal/ Tests/ Core/ Config/ Entity/ ConfigEntityDependencyTest.php - ConfigEntityDependencyTest::testWithDependencies in core/
tests/ Drupal/ Tests/ Core/ Config/ Entity/ ConfigEntityDependencyTest.php - ConfigImporter::getNextExtensionOperation in core/
lib/ Drupal/ Core/ Config/ ConfigImporter.php - Gets the next extension operation to perform.
- ConfigImporter::initialize in core/
lib/ Drupal/ Core/ Config/ ConfigImporter.php - Initializes the config importer in preparation for processing a batch.
- ConfigImporter::processExtension in core/
lib/ Drupal/ Core/ Config/ ConfigImporter.php - Processes an extension change.
- ConfigImportSubscriber::validateDependencies in core/
lib/ Drupal/ Core/ EventSubscriber/ ConfigImportSubscriber.php - Validates configuration being imported does not have unmet dependencies.
- ConfigImportSubscriber::validateThemes in core/
lib/ Drupal/ Core/ EventSubscriber/ ConfigImportSubscriber.php - Validates theme installations and uninstallations.
- ConfigInstaller::getEnabledExtensions in core/
lib/ Drupal/ Core/ Config/ ConfigInstaller.php - Gets the list of enabled extensions including both modules and themes.
- ConfigInstaller::getMissingDependencies in core/
lib/ Drupal/ Core/ Config/ ConfigInstaller.php - Returns an array of missing dependencies for a config object.
- ConfigInstaller::installDefaultConfig in core/
lib/ Drupal/ Core/ Config/ ConfigInstaller.php - ConfigTranslationBlockListBuilder::buildHeader in core/
modules/ config_translation/ src/ Controller/ ConfigTranslationBlockListBuilder.php - Builds the header row for the entity listing.
- ConfigTranslationBlockListBuilder::sortRows in core/
modules/ config_translation/ src/ Controller/ ConfigTranslationBlockListBuilder.php - Sorts an array by value.
- ConfigTranslationTestHooks::systemInfoAlter in core/
modules/ config_translation/ tests/ modules/ config_translation_test/ src/ Hook/ ConfigTranslationTestHooks.php - Implements hook_system_info_alter().
- config_clash_test_theme.info.yml in core/
modules/ config/ tests/ config_clash_test_theme/ config_clash_test_theme.info.yml - core/modules/config/tests/config_clash_test_theme/config_clash_test_theme.info.yml
- config_translation_test_theme.info.yml in core/
modules/ config_translation/ tests/ themes/ config_translation_test_theme/ config_translation_test_theme.info.yml - core/modules/config_translation/tests/themes/config_translation_test_theme/config_translation_test_theme.info.yml
- ContextualLinksNegotiator::determineActiveTheme in core/
modules/ contextual/ src/ Theme/ ContextualLinksNegotiator.php - ContextualLinksPlaceholder::preRenderPlaceholder in core/
modules/ contextual/ src/ Element/ ContextualLinksPlaceholder.php - Pre-render callback: Renders a contextual links placeholder into #markup.
- core.data_types.schema.yml in core/
config/ schema/ core.data_types.schema.yml - core/config/schema/core.data_types.schema.yml
- core.extension.schema.yml in core/
config/ schema/ core.extension.schema.yml - core/config/schema/core.extension.schema.yml
- core.services.yml in core/
core.services.yml - core/core.services.yml
- CurrentThemeCondition::buildConfigurationForm in core/
modules/ system/ src/ Plugin/ Condition/ CurrentThemeCondition.php - CurrentThemeCondition::getCacheContexts in core/
modules/ system/ src/ Plugin/ Condition/ CurrentThemeCondition.php - CurrentThemeCondition::submitConfigurationForm in core/
modules/ system/ src/ Plugin/ Condition/ CurrentThemeCondition.php - d6_block.yml in core/
modules/ block/ migrations/ d6_block.yml - core/modules/block/migrations/d6_block.yml
- d6_block_translation.yml in core/
modules/ config_translation/ migrations/ d6_block_translation.yml - core/modules/config_translation/migrations/d6_block_translation.yml
- d7_block.yml in core/
modules/ block/ migrations/ d7_block.yml - core/modules/block/migrations/d7_block.yml
- d7_block_translation.yml in core/
modules/ config_translation/ migrations/ d7_block_translation.yml - core/modules/config_translation/migrations/d7_block_translation.yml
- default.services.yml in sites/
default/ default.services.yml - sites/default/default.services.yml
- default.services.yml in core/
assets/ scaffold/ files/ default.services.yml - core/assets/scaffold/files/default.services.yml
- DefaultConfigTest::assertExtensionConfig in core/
tests/ Drupal/ KernelTests/ Config/ DefaultConfigTest.php - Tests that the config provided by the extension is correct.
- DefaultConfigTest::testThemeConfig in core/
tests/ Drupal/ KernelTests/ Config/ DefaultConfigTest.php - Tests if installed config is equal to the exported config.
- default_admin.info.yml in core/
themes/ default_admin/ default_admin.info.yml - core/themes/default_admin/default_admin.info.yml
- deprecated_theme_test.info.yml in core/
modules/ system/ tests/ themes/ deprecated_theme_test/ deprecated_theme_test.info.yml - core/modules/system/tests/themes/deprecated_theme_test/deprecated_theme_test.info.yml
- DisplayPageWebTest::testArguments in core/
modules/ views/ tests/ src/ Functional/ Plugin/ DisplayPageWebTest.php - Tests arguments.
- DrupalKernel::setExtensionData in core/
lib/ Drupal/ Core/ DrupalKernel.php - Sets extension data to class properties using ExtensionDiscovery.
- DrupalKernelTest::testResetContainer in core/
tests/ Drupal/ KernelTests/ Core/ DrupalKernel/ DrupalKernelTest.php - Tests reset container.
- DuplicateInfoFileValidator::findInfoFiles in core/
modules/ package_manager/ src/ Validator/ DuplicateInfoFileValidator.php - Recursively finds info.yml files in a directory.
- EnabledExtensionsValidatorTest::testExtensionRemoved in core/
modules/ package_manager/ tests/ src/ Kernel/ EnabledExtensionsValidatorTest.php - Tests that error is raised if Drupal modules, profiles or themes are removed.
- EntityBlock::getEntityId in core/
modules/ block/ src/ Plugin/ migrate/ destination/ EntityBlock.php - EntityCacheTagsTestBase::testReferencedEntity in core/
modules/ system/ tests/ src/ Functional/ Entity/ EntityCacheTagsTestBase.php - Tests cache tags presence and invalidation of the entity when referenced.
- EntityFilteringThemeTest::setUp in core/
modules/ system/ tests/ src/ Functional/ Theme/ EntityFilteringThemeTest.php - EntityListBuilderTest::testCacheContexts in core/
modules/ system/ tests/ src/ Functional/ Entity/ EntityListBuilderTest.php - Tests that the correct cache contexts are set.
- EntityTestTextItemNormalizerTest::getExpectedCacheContexts in core/
modules/ system/ tests/ modules/ entity_test/ tests/ src/ Functional/ Rest/ EntityTestTextItemNormalizerTest.php - EntityWithUriCacheTagsTestBase::getDefaultCacheContexts in core/
modules/ system/ tests/ src/ Functional/ Entity/ EntityWithUriCacheTagsTestBase.php - Gets the default cache contexts for rendered entities.
- evil.info.yml in core/
modules/ system/ tests/ themes/ evil/ evil.info.yml - core/modules/system/tests/themes/evil/evil.info.yml
- experimental_theme_dependency_test.info.yml in core/
modules/ system/ tests/ themes/ experimental_theme_dependency_test/ experimental_theme_dependency_test.info.yml - core/modules/system/tests/themes/experimental_theme_dependency_test/experimental_theme_dependency_test.info.yml
- experimental_theme_test.info.yml in core/
modules/ system/ tests/ themes/ experimental_theme_test/ experimental_theme_test.info.yml - core/modules/system/tests/themes/experimental_theme_test/experimental_theme_test.info.yml
- ExposedFormTest::testExposedSortAndItemsPerPage in core/
modules/ views/ tests/ src/ Functional/ Plugin/ ExposedFormTest.php - Tests exposed forms with exposed sort and items per page.
- ExtensionAvailableConstraintValidator::validate in core/
lib/ Drupal/ Core/ Extension/ Plugin/ Validation/ Constraint/ ExtensionAvailableConstraintValidator.php - ExtensionDiscoveryTest::populateFilesystemStructure in core/
tests/ Drupal/ Tests/ Core/ Extension/ ExtensionDiscoveryTest.php - Adds example files to the filesystem structure.
- ExtensionDiscoveryTest::testExtensionDiscoveryVfs in core/
tests/ Drupal/ Tests/ Core/ Extension/ ExtensionDiscoveryTest.php - Tests extension discovery in a virtual filesystem with vfsStream.
- ExtensionExistsConstraintValidator::validate in core/
lib/ Drupal/ Core/ Extension/ Plugin/ Validation/ Constraint/ ExtensionExistsConstraintValidator.php - ExtensionExistsConstraintValidatorTest::testValidation in core/
tests/ Drupal/ KernelTests/ Core/ Extension/ ExtensionExistsConstraintValidatorTest.php - Tests the ExtensionExists constraint validator.
- ExtensionInstallStorage::getAllFolders in core/
lib/ Drupal/ Core/ Config/ ExtensionInstallStorage.php - Returns a map of all config object names and their folders.
- ExtensionStreamTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ StreamWrapper/ ExtensionStreamTest.php - FiberPlaceholderTest::testLongPlaceholderFiberSuspendingLoop in core/
modules/ big_pipe/ tests/ src/ Unit/ Render/ FiberPlaceholderTest.php - Tests long placeholder fiber suspending loop.
- FieldRenderedEntityTest::assertCacheabilityMetadata in core/
modules/ views/ tests/ src/ Kernel/ Handler/ FieldRenderedEntityTest.php - Ensures that the expected cacheability metadata is applied.
- FieldWebTest::testClickSorting in core/
modules/ views/ tests/ src/ Functional/ Handler/ FieldWebTest.php - Tests the click sorting functionality.
- FilterAPITest::testProcessedTextElement in core/
modules/ filter/ tests/ src/ Kernel/ FilterAPITest.php - Tests the 'processed_text' element.
- FrontPageTest::doTestFrontPageViewCacheTags in core/
modules/ node/ tests/ src/ Functional/ Views/ FrontPageTest.php - Tests the cache tags on the front page.
- GenerateTheme::getThemeInfo in core/
lib/ Drupal/ Core/ Command/ GenerateTheme.php - Gets theme info using the theme name.
- GlossaryTest::testGlossaryView in core/
modules/ views/ tests/ src/ Functional/ GlossaryTest.php - Tests the default glossary view.
- HelpTopicsSyntaxTest::testHelpTopics in core/
modules/ help/ tests/ src/ Functional/ HelpTopicsSyntaxTest.php - Tests that all Core help topics can be rendered and have good syntax.
- help_topics_test_theme.info.yml in core/
modules/ help/ tests/ themes/ help_topics_test_theme/ help_topics_test_theme.info.yml - core/modules/help/tests/themes/help_topics_test_theme/help_topics_test_theme.info.yml
- HtaccessTest::getProtectedFiles in core/
modules/ system/ tests/ src/ Functional/ System/ HtaccessTest.php - Get an array of file paths for access testing.
- InstallerKernel::getBaseThemes in core/
lib/ Drupal/ Core/ Installer/ InstallerKernel.php - Gets the base themes for a given theme.
- InstallProfileUninstallValidator::validate in core/
lib/ Drupal/ Core/ Extension/ InstallProfileUninstallValidator.php - InstallStorage::getAllFolders in core/
lib/ Drupal/ Core/ Config/ InstallStorage.php - Returns a map of all config object names and their folders.
- KernelTestBaseTest::testRenderWithTheme in core/
tests/ Drupal/ KernelTests/ KernelTestBaseTest.php - Tests render with theme.
- LayoutPluginManagerTest::setUp in core/
tests/ Drupal/ Tests/ Core/ Layout/ LayoutPluginManagerTest.php - LibraryDiscoveryParser::buildByExtension in core/
lib/ Drupal/ Core/ Asset/ LibraryDiscoveryParser.php - Parses and builds up all the libraries information of an extension.
- link_test_theme.info.yml in core/
modules/ link/ tests/ themes/ link_test_theme/ link_test_theme.info.yml - core/modules/link/tests/themes/link_test_theme/link_test_theme.info.yml
- locale_translation_project_list in core/
modules/ locale/ locale.compare.inc - Fetch an array of projects for translation update.
- MappingTest::providerMappingInterpretation in core/
tests/ Drupal/ KernelTests/ Config/ Schema/ MappingTest.php - Provides test cases for all kinds of i) dynamic typing, ii) optional keys.
- MenuLinkContentCacheabilityBubblingTest::testOutboundPathAndRouteProcessing in core/
modules/ menu_link_content/ tests/ src/ Kernel/ MenuLinkContentCacheabilityBubblingTest.php - Tests bubbleable metadata of menu links' outbound route/path processing.
- ModuleInstaller::install in core/
lib/ Drupal/ Core/ Extension/ ModuleInstaller.php - ModuleTestThemeHooks::systemInfoAlter in core/
modules/ system/ tests/ modules/ module_test/ src/ Hook/ ModuleTestThemeHooks.php - Implements hook_system_info_alter().
- name_collision_test.info.yml in core/
modules/ system/ tests/ themes/ name_collision_test/ name_collision_test.info.yml - core/modules/system/tests/themes/name_collision_test/name_collision_test.info.yml
- NodeBlockFunctionalTest::testRecentNodeBlock in core/
modules/ node/ tests/ src/ Functional/ NodeBlockFunctionalTest.php - Tests the recent comments block.
- NodeListBuilderTest::testCacheContexts in core/
modules/ node/ tests/ src/ Kernel/ NodeListBuilderTest.php - Tests that the correct cache contexts are set.
- obsolete_theme_test.info.yml in core/
modules/ system/ tests/ themes/ obsolete_theme_test/ obsolete_theme_test.info.yml - core/modules/system/tests/themes/obsolete_theme_test/obsolete_theme_test.info.yml
- olivero.info.yml in core/
themes/ olivero/ olivero.info.yml - core/themes/olivero/olivero.info.yml
- oop_hook_theme.info.yml in core/
modules/ system/ tests/ themes/ HookCollector/ oop_hook_theme/ oop_hook_theme.info.yml - core/modules/system/tests/themes/HookCollector/oop_hook_theme/oop_hook_theme.info.yml
- oop_hook_theme_with_module.info.yml in core/
modules/ system/ tests/ themes/ HookCollector/ oop_hook_theme_with_module/ oop_hook_theme_with_module.info.yml - core/modules/system/tests/themes/HookCollector/oop_hook_theme_with_module/oop_hook_theme_with_module.info.yml
- oop_hook_theme_with_order.info.yml in core/
modules/ system/ tests/ themes/ HookCollector/ oop_hook_theme_with_order/ oop_hook_theme_with_order.info.yml - core/modules/system/tests/themes/HookCollector/oop_hook_theme_with_order/oop_hook_theme_with_order.info.yml
- oop_hook_theme_with_remove.info.yml in core/
modules/ system/ tests/ themes/ HookCollector/ oop_hook_theme_with_remove/ oop_hook_theme_with_remove.info.yml - core/modules/system/tests/themes/HookCollector/oop_hook_theme_with_remove/oop_hook_theme_with_remove.info.yml
- oop_hook_theme_with_reorder.info.yml in core/
modules/ system/ tests/ themes/ HookCollector/ oop_hook_theme_with_reorder/ oop_hook_theme_with_reorder.info.yml - core/modules/system/tests/themes/HookCollector/oop_hook_theme_with_reorder/oop_hook_theme_with_reorder.info.yml
- OverrideSectionsTest::testOverrideField in core/
modules/ layout_builder/ tests/ src/ Functional/ Rest/ OverrideSectionsTest.php - Tests that the layout override field is not normalized.
- PageCacheTagsIntegrationTest::testPageCacheTags in core/
modules/ page_cache/ tests/ src/ Functional/ PageCacheTagsIntegrationTest.php - Tests that cache tags are properly bubbled up to the page level.
- PagerTest::testNormalPager in core/
modules/ views/ tests/ src/ Functional/ Plugin/ PagerTest.php - Tests the normal pager.
- procedural_hook_theme.info.yml in core/
modules/ system/ tests/ themes/ HookCollector/ procedural_hook_theme/ procedural_hook_theme.info.yml - core/modules/system/tests/themes/HookCollector/procedural_hook_theme/procedural_hook_theme.info.yml
- Registry::build in core/
lib/ Drupal/ Core/ Theme/ Registry.php - Builds the theme registry cache.
- Registry::processExtension in core/
lib/ Drupal/ Core/ Theme/ Registry.php - Process a single implementation of hook_theme().
- RendererTest::providerTestAddCacheableDependency in core/
tests/ Drupal/ Tests/ Core/ Render/ RendererTest.php - RendererTest::testRenderAccessCacheabilityDependencyInheritance in core/
tests/ Drupal/ Tests/ Core/ Render/ RendererTest.php - Tests render access cacheability dependency inheritance.
- RendererTestBase::setUp in core/
tests/ Drupal/ Tests/ Core/ Render/ RendererTestBase.php - RendererTestBase::setUpMockThemeManager in core/
tests/ Drupal/ Tests/ Core/ Render/ RendererTestBase.php - Reinitializes the theme manager as a mock object.
- ResponsiveImageStyleConfigEntityUnitTest::testCalculateDependencies in core/
modules/ responsive_image/ tests/ src/ Unit/ ResponsiveImageStyleConfigEntityUnitTest.php - Tests calculate dependencies.
- RouterTest::testFinishResponseSubscriber in core/
modules/ system/ tests/ src/ Functional/ Routing/ RouterTest.php - Confirms that our FinishResponseSubscriber logic works properly.
- sdc_theme_test.info.yml in core/
modules/ system/ tests/ themes/ sdc_theme_test/ sdc_theme_test.info.yml - core/modules/system/tests/themes/sdc_theme_test/sdc_theme_test.info.yml
- sdc_theme_test_base.info.yml in core/
modules/ system/ tests/ themes/ sdc_theme_test_base/ sdc_theme_test_base.info.yml - core/modules/system/tests/themes/sdc_theme_test_base/sdc_theme_test_base.info.yml
- sdc_theme_test_enforce_schema.info.yml in core/
modules/ system/ tests/ themes/ sdc_theme_test_enforce_schema/ sdc_theme_test_enforce_schema.info.yml - core/modules/system/tests/themes/sdc_theme_test_enforce_schema/sdc_theme_test_enforce_schema.info.yml
- sdc_theme_test_enforce_schema_invalid.info.yml in core/
modules/ system/ tests/ themes/ sdc_theme_test_enforce_schema_invalid/ sdc_theme_test_enforce_schema_invalid.info.yml - core/modules/system/tests/themes/sdc_theme_test_enforce_schema_invalid/sdc_theme_test_enforce_schema_invalid.info.yml
- SecurityAdvisoryTest::providerCreateFromArray in core/
modules/ system/ tests/ src/ Unit/ SecurityAdvisories/ SecurityAdvisoryTest.php - Data provider for testCreateFromArray().
- stable9.info.yml in core/
themes/ stable9/ stable9.info.yml - core/themes/stable9/stable9.info.yml
- stark.info.yml in core/
themes/ stark/ stark.info.yml - core/themes/stark/stark.info.yml
- starterkit_theme.info.yml in core/
themes/ starterkit_theme/ starterkit_theme.info.yml - core/themes/starterkit_theme/starterkit_theme.info.yml
- StyleSerializerEntityTest::testRestRenderCaching in core/
modules/ rest/ tests/ src/ Functional/ Views/ StyleSerializerEntityTest.php - Tests REST export with views render caching enabled.
- StyleSerializerEntityTest::testSerializerResponses in core/
modules/ rest/ tests/ src/ Functional/ Views/ StyleSerializerEntityTest.php - Checks the behavior of the Serializer callback paths and row plugins.
- StyleSerializerTest::testRestViewExposedFilter in core/
modules/ rest/ tests/ src/ Functional/ Views/ StyleSerializerTest.php - Tests the exposed filter works.
- system.schema.yml in core/
modules/ system/ config/ schema/ system.schema.yml - core/modules/system/config/schema/system.schema.yml
- SystemHooks::systemInfoAlter in core/
modules/ system/ src/ Hook/ SystemHooks.php - Implements hook_system_info_alter().
- SystemLocalTasksTest::setUp in core/
modules/ system/ tests/ src/ Unit/ Menu/ SystemLocalTasksTest.php - SystemRequirementsHooks::checkRequirements in core/
modules/ system/ src/ Hook/ SystemRequirementsHooks.php - Check requirements for a given phase.
- TermTest::getExpectedCacheContexts in core/
modules/ jsonapi/ tests/ src/ Functional/ TermTest.php - The expected cache contexts for the GET/HEAD response of the test entity.
- TestDiscovery::getExtensions in core/
lib/ Drupal/ Core/ Test/ TestDiscovery.php - Returns all available extensions.
- testing_config_import_theme.info.yml in core/
profiles/ tests/ testing_config_import/ testing_config_import_theme/ testing_config_import_theme.info.yml - core/profiles/tests/testing_config_import/testing_config_import_theme/testing_config_import_theme.info.yml
- testing_theme_optional_blocks.info.yml in core/
profiles/ tests/ testing_themes_blocks/ themes/ testing_theme_optional_blocks/ testing_theme_optional_blocks.info.yml - core/profiles/tests/testing_themes_blocks/themes/testing_theme_optional_blocks/testing_theme_optional_blocks.info.yml
- testing_theme_required_blocks.info.yml in core/
profiles/ tests/ testing_themes_blocks/ themes/ testing_theme_required_blocks/ testing_theme_required_blocks.info.yml - core/profiles/tests/testing_themes_blocks/themes/testing_theme_required_blocks/testing_theme_required_blocks.info.yml
- testing_theme_without_blocks.info.yml in core/
profiles/ tests/ testing_themes_blocks/ themes/ testing_theme_without_blocks/ testing_theme_without_blocks.info.yml - core/profiles/tests/testing_themes_blocks/themes/testing_theme_without_blocks/testing_theme_without_blocks.info.yml
- TestInstallStorage::getAllFolders in core/
modules/ config/ tests/ config_test/ src/ TestInstallStorage.php - test_base_theme.info.yml in core/
modules/ system/ tests/ themes/ test_base_theme/ test_base_theme.info.yml - core/modules/system/tests/themes/test_base_theme/test_base_theme.info.yml
- test_child_theme.info.yml in core/
modules/ system/ tests/ themes/ test_child_theme/ test_child_theme.info.yml - core/modules/system/tests/themes/test_child_theme/test_child_theme.info.yml
- test_ckeditor_stylesheets_drupal_root.info.yml in core/
modules/ system/ tests/ themes/ test_ckeditor_stylesheets_drupal_root/ test_ckeditor_stylesheets_drupal_root.info.yml - core/modules/system/tests/themes/test_ckeditor_stylesheets_drupal_root/test_ckeditor_stylesheets_drupal_root.info.yml
- test_ckeditor_stylesheets_external.info.yml in core/
modules/ system/ tests/ themes/ test_ckeditor_stylesheets_external/ test_ckeditor_stylesheets_external.info.yml - core/modules/system/tests/themes/test_ckeditor_stylesheets_external/test_ckeditor_stylesheets_external.info.yml
- test_ckeditor_stylesheets_protocol_relative.info.yml in core/
modules/ system/ tests/ themes/ test_ckeditor_stylesheets_protocol_relative/ test_ckeditor_stylesheets_protocol_relative.info.yml - core/modules/system/tests/themes/test_ckeditor_stylesheets_protocol_relative/test_ckeditor_stylesheets_protocol_relative.info.yml
- test_ckeditor_stylesheets_relative.info.yml in core/
modules/ system/ tests/ themes/ test_ckeditor_stylesheets_relative/ test_ckeditor_stylesheets_relative.info.yml - core/modules/system/tests/themes/test_ckeditor_stylesheets_relative/test_ckeditor_stylesheets_relative.info.yml
- test_ckeditor_stylesheets_without_5.info.yml in core/
modules/ system/ tests/ themes/ test_ckeditor_stylesheets_without_5/ test_ckeditor_stylesheets_without_5.info.yml - core/modules/system/tests/themes/test_ckeditor_stylesheets_without_5/test_ckeditor_stylesheets_without_5.info.yml
- test_core_semver.info.yml in core/
modules/ system/ tests/ themes/ test_core_semver/ test_core_semver.info.yml - core/modules/system/tests/themes/test_core_semver/test_core_semver.info.yml
- test_deprecated_suggestion_theme.info.yml in core/
modules/ system/ tests/ themes/ test_deprecated_suggestion_theme/ test_deprecated_suggestion_theme.info.yml - core/modules/system/tests/themes/test_deprecated_suggestion_theme/test_deprecated_suggestion_theme.info.yml
- test_deprecated_theme.info.yml in core/
modules/ system/ tests/ themes/ test_deprecated_theme/ test_deprecated_theme.info.yml - core/modules/system/tests/themes/test_deprecated_theme/test_deprecated_theme.info.yml
- test_installer_theme.info.yml in core/
modules/ system/ tests/ themes/ test_installer_theme/ test_installer_theme.info.yml - core/modules/system/tests/themes/test_installer_theme/test_installer_theme.info.yml
- test_invalid_base_theme.info.yml in core/
modules/ system/ tests/ themes/ test_invalid_base_theme/ test_invalid_base_theme.info.yml - core/modules/system/tests/themes/test_invalid_base_theme/test_invalid_base_theme.info.yml
- test_invalid_base_theme_sub.info.yml in core/
modules/ system/ tests/ themes/ test_invalid_base_theme_sub/ test_invalid_base_theme_sub.info.yml - core/modules/system/tests/themes/test_invalid_base_theme_sub/test_invalid_base_theme_sub.info.yml
- test_invalid_core_semver.info.yml in core/
modules/ system/ tests/ themes/ test_invalid_core_semver/ test_invalid_core_semver.info.yml - core/modules/system/tests/themes/test_invalid_core_semver/test_invalid_core_semver.info.yml
- test_invalid_engine.info.yml in core/
modules/ system/ tests/ themes/ test_invalid_engine/ test_invalid_engine.info.yml - core/modules/system/tests/themes/test_invalid_engine/test_invalid_engine.info.yml
- test_invalid_region.info.yml in core/
modules/ system/ tests/ themes/ test_invalid_region/ test_invalid_region.info.yml - core/modules/system/tests/themes/test_invalid_region/test_invalid_region.info.yml
- test_layout_theme.info.yml in core/
modules/ layout_discovery/ tests/ themes/ test_layout_theme/ test_layout_theme.info.yml - core/modules/layout_discovery/tests/themes/test_layout_theme/test_layout_theme.info.yml
- test_messages.info.yml in core/
modules/ system/ tests/ themes/ test_messages/ test_messages.info.yml - core/modules/system/tests/themes/test_messages/test_messages.info.yml
- test_missing_base_theme.info.yml in core/
tests/ fixtures/ test_missing_base_theme/ test_missing_base_theme.info.yml - core/tests/fixtures/test_missing_base_theme/test_missing_base_theme.info.yml
- test_parent_theme.info.yml in core/
modules/ system/ tests/ themes/ test_parent_theme/ test_parent_theme.info.yml - core/modules/system/tests/themes/test_parent_theme/test_parent_theme.info.yml
- test_stable.info.yml in core/
tests/ fixtures/ test_stable/ test_stable.info.yml - core/tests/fixtures/test_stable/test_stable.info.yml
- test_subsubtheme.info.yml in core/
modules/ system/ tests/ themes/ test_subsubtheme/ test_subsubtheme.info.yml - core/modules/system/tests/themes/test_subsubtheme/test_subsubtheme.info.yml
- test_subtheme.info.yml in core/
modules/ system/ tests/ themes/ test_subtheme/ test_subtheme.info.yml - core/modules/system/tests/themes/test_subtheme/test_subtheme.info.yml
- test_subtheming_ckeditor_stylesheets_without_5.info.yml in core/
modules/ system/ tests/ themes/ test_subtheming_ckeditor_stylesheets_without_5/ test_subtheming_ckeditor_stylesheets_without_5.info.yml - core/modules/system/tests/themes/test_subtheming_ckeditor_stylesheets_without_5/test_subtheming_ckeditor_stylesheets_without_5.info.yml
- test_theme.info.yml in core/
modules/ system/ tests/ themes/ test_theme/ test_theme.info.yml - core/modules/system/tests/themes/test_theme/test_theme.info.yml
- test_theme_alter.info.yml in core/
modules/ system/ tests/ themes/ test_theme_alter/ test_theme_alter.info.yml - core/modules/system/tests/themes/test_theme_alter/test_theme_alter.info.yml
- test_theme_depending_on_constrained_modules.info.yml in core/
modules/ system/ tests/ themes/ test_theme_depending_on_constrained_modules/ test_theme_depending_on_constrained_modules.info.yml - core/modules/system/tests/themes/test_theme_depending_on_constrained_modules/test_theme_depending_on_constrained_modules.info.yml
- test_theme_depending_on_modules.info.yml in core/
modules/ system/ tests/ themes/ test_theme_depending_on_modules/ test_theme_depending_on_modules.info.yml - core/modules/system/tests/themes/test_theme_depending_on_modules/test_theme_depending_on_modules.info.yml
- test_theme_depending_on_nonexisting_module.info.yml in core/
modules/ system/ tests/ themes/ test_theme_depending_on_nonexisting_module/ test_theme_depending_on_nonexisting_module.info.yml - core/modules/system/tests/themes/test_theme_depending_on_nonexisting_module/test_theme_depending_on_nonexisting_module.info.yml
- test_theme_engine_theme.info.yml in core/
modules/ system/ tests/ themes/ test_theme_engine_theme/ test_theme_engine_theme.info.yml - core/modules/system/tests/themes/test_theme_engine_theme/test_theme_engine_theme.info.yml
- test_theme_having_veery_long_name_which_is_too_long.info.yml in core/
modules/ system/ tests/ themes/ test_theme_having_veery_long_name_which_is_too_long/ test_theme_having_veery_long_name_which_is_too_long.info.yml - core/modules/system/tests/themes/test_theme_having_veery_long_name_which_is_too_long/test_theme_having_veery_long_name_which_is_too_long.info.yml
- test_theme_libraries_empty.info.yml in core/
modules/ system/ tests/ themes/ test_theme_libraries_empty/ test_theme_libraries_empty.info.yml - core/modules/system/tests/themes/test_theme_libraries_empty/test_theme_libraries_empty.info.yml
- test_theme_libraries_extend.info.yml in core/
modules/ system/ tests/ themes/ test_theme_libraries_extend/ test_theme_libraries_extend.info.yml - core/modules/system/tests/themes/test_theme_libraries_extend/test_theme_libraries_extend.info.yml
- test_theme_libraries_override_with_drupal_settings.info.yml in core/
modules/ system/ tests/ themes/ test_theme_libraries_override_with_drupal_settings/ test_theme_libraries_override_with_drupal_settings.info.yml - core/modules/system/tests/themes/test_theme_libraries_override_with_drupal_settings/test_theme_libraries_override_with_drupal_settings.info.yml
- test_theme_libraries_override_with_invalid_asset.info.yml in core/
modules/ system/ tests/ themes/ test_theme_libraries_override_with_invalid_asset/ test_theme_libraries_override_with_invalid_asset.info.yml - core/modules/system/tests/themes/test_theme_libraries_override_with_invalid_asset/test_theme_libraries_override_with_invalid_asset.info.yml
- test_theme_mixed_module_dependencies.info.yml in core/
modules/ system/ tests/ themes/ test_theme_mixed_module_dependencies/ test_theme_mixed_module_dependencies.info.yml - core/modules/system/tests/themes/test_theme_mixed_module_dependencies/test_theme_mixed_module_dependencies.info.yml
- test_theme_nyan_cat_engine.info.yml in core/
modules/ system/ tests/ themes/ test_theme_nyan_cat_engine/ test_theme_nyan_cat_engine.info.yml - core/modules/system/tests/themes/test_theme_nyan_cat_engine/test_theme_nyan_cat_engine.info.yml
- test_theme_settings.info.yml in core/
modules/ system/ tests/ themes/ test_theme_settings/ test_theme_settings.info.yml - core/modules/system/tests/themes/test_theme_settings/test_theme_settings.info.yml
- test_theme_settings_features.info.yml in core/
modules/ system/ tests/ themes/ test_theme_settings_features/ test_theme_settings_features.info.yml - core/modules/system/tests/themes/test_theme_settings_features/test_theme_settings_features.info.yml
- test_theme_theme.info.yml in core/
modules/ system/ tests/ themes/ test_theme_theme/ test_theme_theme.info.yml - core/modules/system/tests/themes/test_theme_theme/test_theme_theme.info.yml
- test_theme_twig_registry_loader.info.yml in core/
modules/ system/ tests/ themes/ test_theme_twig_registry_loader/ test_theme_twig_registry_loader.info.yml - core/modules/system/tests/themes/test_theme_twig_registry_loader/test_theme_twig_registry_loader.info.yml
- test_theme_twig_registry_loader_subtheme.info.yml in core/
modules/ system/ tests/ themes/ test_theme_twig_registry_loader_subtheme/ test_theme_twig_registry_loader_subtheme.info.yml - core/modules/system/tests/themes/test_theme_twig_registry_loader_subtheme/test_theme_twig_registry_loader_subtheme.info.yml
- test_theme_twig_registry_loader_theme.info.yml in core/
modules/ system/ tests/ themes/ test_theme_twig_registry_loader_theme/ test_theme_twig_registry_loader_theme.info.yml - core/modules/system/tests/themes/test_theme_twig_registry_loader_theme/test_theme_twig_registry_loader_theme.info.yml
- test_theme_updates.info.yml in core/
modules/ system/ tests/ themes/ test_theme_updates/ test_theme_updates.info.yml - core/modules/system/tests/themes/test_theme_updates/test_theme_updates.info.yml
- test_theme_with_a_base_theme_depending_on_modules.info.yml in core/
modules/ system/ tests/ themes/ test_theme_with_a_base_theme_depending_on_modules/ test_theme_with_a_base_theme_depending_on_modules.info.yml - core/modules/system/tests/themes/test_theme_with_a_base_theme_depending_on_modules/test_theme_with_a_base_theme_depending_on_modules.info.yml
- test_theme_with_deprecated_libraries.info.yml in core/
modules/ system/ tests/ themes/ test_theme_with_deprecated_libraries/ test_theme_with_deprecated_libraries.info.yml - core/modules/system/tests/themes/test_theme_with_deprecated_libraries/test_theme_with_deprecated_libraries.info.yml
- test_wild_west.info.yml in core/
modules/ system/ tests/ themes/ test_wild_west/ test_wild_west.info.yml - core/modules/system/tests/themes/test_wild_west/test_wild_west.info.yml
- Theme::__construct in core/
lib/ Drupal/ Core/ Extension/ Theme.php - Constructs a new Theme object.
- ThemeCacheContext::getLabel in core/
lib/ Drupal/ Core/ Cache/ Context/ ThemeCacheContext.php - ThemeExtensionList::doList in core/
lib/ Drupal/ Core/ Extension/ ThemeExtensionList.php - ThemeExtensionList::getInstalledExtensionNames in core/
lib/ Drupal/ Core/ Extension/ ThemeExtensionList.php - ThemeExtensionList::__construct in core/
lib/ Drupal/ Core/ Extension/ ThemeExtensionList.php - ThemeExtensionListTest::testRebuildThemeDataWithThemeParents in core/
tests/ Drupal/ Tests/ Core/ Extension/ ThemeExtensionListTest.php - Tests rebuild the theme data with theme parents.
- ThemeHandler::listInfo in core/
lib/ Drupal/ Core/ Extension/ ThemeHandler.php - ThemeHandler::refreshInfo in core/
lib/ Drupal/ Core/ Extension/ ThemeHandler.php - ThemeHookCollectorPass::calculateImplementations in core/
lib/ Drupal/ Core/ Hook/ ThemeHookCollectorPass.php - Calculates the ordered implementations.
- ThemeHookCollectorPass::filterIterator in core/
lib/ Drupal/ Core/ Hook/ ThemeHookCollectorPass.php - Filter iterator callback. Allows include files and .php files in src/Hook.
- ThemeInitialization::getActiveThemeByName in core/
lib/ Drupal/ Core/ Theme/ ThemeInitialization.php - ThemeInstaller::install in core/
lib/ Drupal/ Core/ Extension/ ThemeInstaller.php - ThemeInstaller::uninstall in core/
lib/ Drupal/ Core/ Extension/ ThemeInstaller.php - ThemeInstallerTest::testEmpty in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ ThemeInstallerTest.php - Verifies that no themes are installed by default.
- ThemePageTestHooks::systemInfoAlter in core/
modules/ system/ tests/ modules/ theme_page_test/ src/ Hook/ ThemePageTestHooks.php - Implements hook_system_info_alter().
- ThemeSettingsTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ ThemeSettingsTest.php - ThemeTestHooks::systemInfoAlter in core/
modules/ system/ tests/ modules/ theme_test/ src/ Hook/ ThemeTestHooks.php - Implements hook_system_info_alter().
- ThemeUiTest::testInstalledIncompatibleTheme in core/
modules/ system/ tests/ src/ Functional/ Theme/ ThemeUiTest.php - Tests that incompatible themes message is shown.
- ThemeUninstallConfirmForm::buildForm in core/
modules/ system/ src/ Form/ ThemeUninstallConfirmForm.php - ThemeUninstallConfirmForm::submitForm in core/
modules/ system/ src/ Form/ ThemeUninstallConfirmForm.php - theme_settings_convert_to_config in core/
includes/ theme.inc - Converts theme settings to configuration.
- TokenReplaceWebTest::testTokens in core/
modules/ system/ tests/ src/ Functional/ System/ TokenReplaceWebTest.php - Tests a token replacement on an actual website.
- ToolbarCacheContextsTest::assertToolbarCacheContexts in core/
modules/ toolbar/ tests/ src/ Functional/ ToolbarCacheContextsTest.php - Tests that cache contexts are applied for both users.
- umami.info.yml in core/
profiles/ demo_umami/ themes/ umami/ umami.info.yml - core/profiles/demo_umami/themes/umami/umami.info.yml
- UpdateContribTest::testUpdateHiddenBaseTheme in core/
modules/ update/ tests/ src/ Functional/ UpdateContribTest.php - Tests updates with a hidden base theme.
- UpdateContribTest::testUpdateShowDisabledThemes in core/
modules/ update/ tests/ src/ Functional/ UpdateContribTest.php - Tests that uninstalled themes are only shown when desired.
- UpdateManager::getProjects in core/
modules/ update/ src/ UpdateManager.php - UpdateRegistry::onConfigSave in core/
lib/ Drupal/ Core/ Update/ UpdateRegistry.php - Processes the list of installed extensions when core.extension changes.
- UpdateRegistry::scanExtensionsAndLoadUpdateFiles in core/
lib/ Drupal/ Core/ Update/ UpdateRegistry.php - Scans all module, theme, and profile extensions and load the update files.
- UpdateRegistryTest::testFilterOutInvokedUpdatesByExtension in core/
tests/ Drupal/ Tests/ Core/ Update/ UpdateRegistryTest.php - Tests filter out invoked updates by extension.
- UpdateRegistryTest::testGetPendingCustomUpdateFunctions in core/
tests/ Drupal/ Tests/ Core/ Update/ UpdateRegistryTest.php - Tests get pending custom update functions.
- UpdateRegistryTest::testGetPendingUpdateFunctionsExistingUpdates in core/
tests/ Drupal/ Tests/ Core/ Update/ UpdateRegistryTest.php - Tests get pending update functions existing updates.
- UpdateRegistryTest::testGetPendingUpdateFunctionsNoExistingUpdates in core/
tests/ Drupal/ Tests/ Core/ Update/ UpdateRegistryTest.php - Tests get pending update functions no existing updates.
- UpdateRegistryTest::testGetPendingUpdateInformation in core/
tests/ Drupal/ Tests/ Core/ Update/ UpdateRegistryTest.php - Tests get pending update information.
- UpdateRegistryTest::testGetPendingUpdateInformationWithExistingUpdates in core/
tests/ Drupal/ Tests/ Core/ Update/ UpdateRegistryTest.php - Tests get pending update information with existing updates.
- UpdateRegistryTest::testGetUpdateFunctions in core/
tests/ Drupal/ Tests/ Core/ Update/ UpdateRegistryTest.php - Tests get update functions.
- UpdateRegistryTest::testRegisterInvokedUpdatesWithMultiple in core/
tests/ Drupal/ Tests/ Core/ Update/ UpdateRegistryTest.php - Tests register invoked updates with multiple.
- UpdateRegistryTest::testRegisterInvokedUpdatesWithoutExistingUpdates in core/
tests/ Drupal/ Tests/ Core/ Update/ UpdateRegistryTest.php - Tests register invoked updates without existing updates.
- UpdateScriptTest::enableExtensions in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdateScriptTest.php - Enables an extension using the UI.
- UpdateScriptTest::providerExtensionCompatibilityChange in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdateScriptTest.php - Data provider for testExtensionCompatibilityChange().
- UpdateScriptTest::providerMissingExtension in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdateScriptTest.php - Data provider for ::testMissingExtension().
- UpdateScriptTest::testExtensionCompatibilityChange in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdateScriptTest.php - Tests that extension compatibility changes are handled correctly.
- UpdateScriptTest::testMissingExtension in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdateScriptTest.php - Tests that a missing extension prevents updates.
- UpdateScriptTest::testThemeSystem in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdateScriptTest.php - Tests the effect of using the update script on the theme system.
- update_test_base_theme.info.yml in core/
modules/ update/ tests/ themes/ update_test_base_theme/ update_test_base_theme.info.yml - core/modules/update/tests/themes/update_test_base_theme/update_test_base_theme.info.yml
- update_test_subtheme.info.yml in core/
modules/ update/ tests/ themes/ update_test_subtheme/ update_test_subtheme.info.yml - core/modules/update/tests/themes/update_test_subtheme/update_test_subtheme.info.yml
- UrlTest::testLinkBubbleableMetadata in core/
modules/ system/ tests/ src/ Kernel/ Common/ UrlTest.php - Tests that #type=link bubbles outbound route/path processors' metadata.
- User::baseFields in core/
modules/ user/ src/ Plugin/ migrate/ source/ d6/ User.php - Returns the user base fields to be migrated.
- user_test_theme.info.yml in core/
modules/ user/ tests/ themes/ user_test_theme/ user_test_theme.info.yml - core/modules/user/tests/themes/user_test_theme/user_test_theme.info.yml
- ValidSequenceKeysValidatorTest::dataProvider in core/
tests/ Drupal/ KernelTests/ Core/ Validation/ ValidSequenceKeysValidatorTest.php - Data provider for test.
- ViewAjaxControllerTest::setUp in core/
modules/ views/ tests/ src/ Unit/ Controller/ ViewAjaxControllerTest.php - views_test_checkboxes_theme.info.yml in core/
modules/ views/ tests/ themes/ views_test_checkboxes_theme/ views_test_checkboxes_theme.info.yml - core/modules/views/tests/themes/views_test_checkboxes_theme/views_test_checkboxes_theme.info.yml
- views_test_theme.info.yml in core/
modules/ views/ tests/ themes/ views_test_theme/ views_test_theme.info.yml - core/modules/views/tests/themes/views_test_theme/views_test_theme.info.yml
- views_ui_test_theme.info.yml in core/
modules/ views_ui/ tests/ themes/ views_ui_test_theme/ views_ui_test_theme.info.yml - core/modules/views_ui/tests/themes/views_ui_test_theme/views_ui_test_theme.info.yml
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.