81 string references to 'Theme'
- AdminDemoNegotiator::determineActiveTheme in core/
modules/ block/ src/ Theme/ AdminDemoNegotiator.php - Determine the active theme for the request.
- AssetControllerBase::deliver in core/
modules/ system/ src/ Controller/ AssetControllerBase.php - Generates an aggregate, given a filename.
- 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 - Calculates dependencies and stores them in the dependency property.
- BlockContentAddLocalAction::getOptions in core/
modules/ block_content/ src/ Plugin/ Menu/ LocalAction/ BlockContentAddLocalAction.php - Returns options for rendering a link for the local action.
- 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 - Returns an array of supported actions for the current entity form.
- BlockForm::form in core/
modules/ block/ src/ BlockForm.php - Gets the actual form array to be built.
- BlockForm::form in core/
modules/ block/ src/ BlockForm.php - Gets the actual form array to be built.
- BlockForm::save in core/
modules/ block/ src/ BlockForm.php - Form submission handler for the 'save' action.
- 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 - 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
- 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.
- 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 - Installs the default configuration of a given extension.
- 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.
- core.data_types.schema.yml in core/
config/ schema/ core.data_types.schema.yml - core/config/schema/core.data_types.schema.yml
- CurrentThemeCondition::buildConfigurationForm in core/
modules/ system/ src/ Plugin/ Condition/ CurrentThemeCondition.php - Form constructor.
- CurrentThemeCondition::getCacheContexts in core/
modules/ system/ src/ Plugin/ Condition/ CurrentThemeCondition.php - CurrentThemeCondition::submitConfigurationForm in core/
modules/ system/ src/ Plugin/ Condition/ CurrentThemeCondition.php - Form submission handler.
- 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
- DrupalAutoloader::register in vendor/
mglaman/ phpstan-drupal/ src/ Drupal/ DrupalAutoloader.php - DuplicateInfoFileValidator::findInfoFiles in core/
modules/ package_manager/ src/ Validator/ DuplicateInfoFileValidator.php - Recursively finds info.yml files in a directory.
- EntityBlock::getEntityId in core/
modules/ block/ src/ Plugin/ migrate/ destination/ EntityBlock.php - Gets the entity ID of the row.
- ExtensionExistsConstraintValidator::validate in core/
lib/ Drupal/ Core/ Extension/ Plugin/ Validation/ Constraint/ ExtensionExistsConstraintValidator.php - Checks if the passed value is valid.
- ExtensionInstallStorage::getAllFolders in core/
lib/ Drupal/ Core/ Config/ ExtensionInstallStorage.php - Returns a map of all config object names and their folders.
- GenerateTheme::getThemeInfo in core/
lib/ Drupal/ Core/ Command/ GenerateTheme.php - Gets theme info using the theme name.
- InstallProfileUninstallValidator::validate in core/
lib/ Drupal/ Core/ Extension/ InstallProfileUninstallValidator.php - Determines the reasons a module can not be uninstalled.
- InstallStorage::getAllFolders in core/
lib/ Drupal/ Core/ Config/ InstallStorage.php - Returns a map of all config object names and their folders.
- LibraryDiscoveryParser::buildByExtension in core/
lib/ Drupal/ Core/ Asset/ LibraryDiscoveryParser.php - Parses and builds up all the libraries information of an extension.
- locale_translation_project_list in core/
modules/ locale/ locale.compare.inc - Fetch an array of projects for translation update.
- ModuleInstaller::install in core/
lib/ Drupal/ Core/ Extension/ ModuleInstaller.php - Installs a given list of modules.
- NamespacedDependencySniff::process in vendor/
drupal/ coder/ coder_sniffer/ DrupalPractice/ Sniffs/ InfoFiles/ NamespacedDependencySniff.php - Processes this test, when one of its tokens is encountered.
- NavigationRenderer::doBuildNavigation in core/
modules/ navigation/ src/ NavigationRenderer.php - Pre-render callback for ::buildNavigation.
- olivero.info.yml in core/
themes/ olivero/ olivero.info.yml - core/themes/olivero/olivero.info.yml
- Project::getName in vendor/
drupal/ coder/ coder_sniffer/ DrupalPractice/ Project.php - Determines the project short name a file might be associated with.
- 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().
- 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
- 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().
- system_requirements in core/
modules/ system/ system.install - Implements hook_requirements().
- TestDiscovery::getExtensions in core/
lib/ Drupal/ Core/ Test/ TestDiscovery.php - Returns all available extensions.
- Theme::canUpdateDirectory in core/
lib/ Drupal/ Core/ Updater/ Theme.php - Determines if the Updater can handle the project provided in $directory.
- ThemeCacheContext::getLabel in core/
lib/ Drupal/ Core/ Cache/ Context/ ThemeCacheContext.php - Returns the label of the cache context.
- ThemeController::install in core/
modules/ system/ src/ Controller/ ThemeController.php - Installs a theme.
- ThemeController::setDefaultTheme in core/
modules/ system/ src/ Controller/ ThemeController.php - Set the default theme.
- ThemeController::uninstall in core/
modules/ system/ src/ Controller/ ThemeController.php - Uninstalls a theme.
- ThemeExtensionList::doList in core/
lib/ Drupal/ Core/ Extension/ ThemeExtensionList.php - Builds the list of extensions.
- ThemeExtensionList::getInstalledExtensionNames in core/
lib/ Drupal/ Core/ Extension/ ThemeExtensionList.php - Returns a list of machine names of installed extensions.
- ThemeHandler::listInfo in core/
lib/ Drupal/ Core/ Extension/ ThemeHandler.php - Returns a list of currently installed themes.
- ThemeHandler::refreshInfo in core/
lib/ Drupal/ Core/ Extension/ ThemeHandler.php - Refreshes the theme info data of currently installed themes.
- ThemeInitialization::getActiveThemeByName in core/
lib/ Drupal/ Core/ Theme/ ThemeInitialization.php - Builds an active theme object.
- ThemeInstaller::install in core/
lib/ Drupal/ Core/ Extension/ ThemeInstaller.php - Installs a given list of themes.
- ThemeInstaller::uninstall in core/
lib/ Drupal/ Core/ Extension/ ThemeInstaller.php - Uninstalls a given list of themes.
- theme_settings_convert_to_config in core/
includes/ theme.inc - Converts theme settings to configuration.
- umami.info.yml in core/
profiles/ demo_umami/ themes/ umami/ umami.info.yml - core/profiles/demo_umami/themes/umami/umami.info.yml
- UpdateManager::getProjects in core/
modules/ update/ src/ UpdateManager.php - UpdateManagerUpdate::buildForm in core/
modules/ update/ src/ Form/ UpdateManagerUpdate.php - Form constructor.
- 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.
- User::baseFields in core/
modules/ user/ src/ Plugin/ migrate/ source/ d6/ User.php - Returns the user base fields to be migrated.