Search for theme_

  1. Search 7.x for theme_
  2. Search 9.5.x for theme_
  3. Search 8.9.x for theme_
  4. Search 10.3.x for theme_
  5. Search 11.x for theme_
  6. Other projects
Title Object type File name Summary
GenerateTheme::loadStarterKitConfig function core/lib/Drupal/Core/Command/GenerateTheme.php Loads the Starter Kit configuration.
GenerateTheme::namePatterns function core/lib/Drupal/Core/Command/GenerateTheme.php Returns the possible file name patterns.
GenerateTheme::__construct function core/lib/Drupal/Core/Command/GenerateTheme.php GenerateTheme constructor.
GenerateThemeTest class core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php Tests the generate-theme commands.
GenerateThemeTest.php file core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php
GenerateThemeTest::$originalInfo property core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php The unaltered starterkit.info.yml contents.
GenerateThemeTest::$php property core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php The PHP executable path.
GenerateThemeTest::$starterKitInfoYamlLocation property core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php The location of the starter kit .info.yml file.
GenerateThemeTest::assertThemeExists function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php Asserts the theme exists. Returns the parsed *.info.yml file.
GenerateThemeTest::deleteGeneratedTheme function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php Delete the generated theme.
GenerateThemeTest::doTestContribStarterkit function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php Tests the generate-theme command on a theme with a release version number.
GenerateThemeTest::doTestDevSnapshot function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php Tests the generate-theme command on a dev snapshot of Drupal core.
GenerateThemeTest::doTestGenerateTheme function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php
GenerateThemeTest::doTestGeneratingFromAnotherTheme function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php Tests generating a theme from another Starterkit enabled theme.
GenerateThemeTest::doTestNoEditMissingFilesWarning function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php
GenerateThemeTest::doTestNoRename function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php
GenerateThemeTest::doTestNoRenameMissingFilesWarning function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php
GenerateThemeTest::doTestStarterKitFlag function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php Tests that only themes with `starterkit` flag can be used.
GenerateThemeTest::doTestThemeDoesNotExist function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php Tests themes that do not exist return an error.
GenerateThemeTest::fileUnmanagedDeleteRecursive function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php Deletes all files and directories in the specified path recursively.
GenerateThemeTest::generateThemeFromStarterkit function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php Generates PHP process to generate a theme from core's starterkit theme.
GenerateThemeTest::runCommand function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php
GenerateThemeTest::setUp function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php
GenerateThemeTest::setVersion function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php Set a version in the .info.yml.
GenerateThemeTest::testContribStarterkitDevSnapshot function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php Tests the generate-theme command on a theme with a dev version number.
GenerateThemeTest::testContribStarterkitDevSnapshotWithGitNotInstalled function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php Tests the generate-theme command on a theme with a dev version without git.
GenerateThemeTest::testCustomStarterkit function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php Tests the generate-theme command on a theme without a version number.
GenerateThemeTest::testDeleteDirectory function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php
GenerateThemeTest::testExcludedGitFolder function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php
GenerateThemeTest::testGenerateTheme function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php Tests the generate-theme command.
GenerateThemeTest::testIgnoredDotFiles function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php
GenerateThemeTest::testIncludeDotFiles function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php
GenerateThemeTest::testInfoOverrides function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php
GenerateThemeTest::testInvalidThemesAndWarnings function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php
GenerateThemeTest::testNoEdit function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php
GenerateThemeTest::testSimpleStarterkitTheme function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php Tests generating theme from a simple named Starterkit enabled theme.
GenerateThemeTest::writeStarterkitConfig function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php
gin-system-themes.css file core/themes/default_admin/migration/css/base/gin-system-themes.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/

.system-themes-list {
margin-block-end: var(--gin-spacing-l);
}

#system-themes-page {
hr {
display:…
gin-system-themes.pcss.css file core/themes/default_admin/migration/css/base/gin-system-themes.pcss.css .system-themes-list {
margin-block-end: var(--gin-spacing-l);
}

#system-themes-page {
hr {
display: none;
}
}
HelpThemeHooks class core/modules/help/src/Hook/HelpThemeHooks.php Hook implementations for help.
HelpThemeHooks.php file core/modules/help/src/Hook/HelpThemeHooks.php
HelpThemeHooks::preprocessBlock function core/modules/help/src/Hook/HelpThemeHooks.php Implements hook_preprocess_HOOK() for block templates.
help_topics_test_theme.info.yml file 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
help_topics_test_theme.test.html.twig file core/modules/help/tests/themes/help_topics_test_theme/help_topics/help_topics_test_theme.test.html.twig ---
label: 'XYZ Help Test theme'
top_level: true
related:
- help_topics_test.additional
---
<p>{% trans %}This is a theme provided topic.{% endtrans %}</p>
HighPriorityThemeNegotiator class core/modules/system/tests/modules/theme_test/src/Theme/HighPriorityThemeNegotiator.php Implements a test theme negotiator which was configured with a high priority.
HighPriorityThemeNegotiator.php file core/modules/system/tests/modules/theme_test/src/Theme/HighPriorityThemeNegotiator.php
HighPriorityThemeNegotiator::applies function core/modules/system/tests/modules/theme_test/src/Theme/HighPriorityThemeNegotiator.php Whether this theme negotiator should be used to set the theme.
HighPriorityThemeNegotiator::determineActiveTheme function core/modules/system/tests/modules/theme_test/src/Theme/HighPriorityThemeNegotiator.php Determine the active theme for the request.
hook_form_system_theme_settings_alter function core/lib/Drupal/Core/Render/theme.api.php Allow themes to alter the theme-specific settings form.
hook_system_themes_page_alter function core/modules/system/system.api.php Alters theme operation links.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.