Search for theme_
- Search 7.x for theme_
- Search 9.5.x for theme_
- Search 8.9.x for theme_
- Search 10.3.x for theme_
- Search 11.x for theme_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| GenerateTheme::loadStarterKitConfig | function | core/ |
Loads the Starter Kit configuration. |
| GenerateTheme::namePatterns | function | core/ |
Returns the possible file name patterns. |
| GenerateTheme::__construct | function | core/ |
GenerateTheme constructor. |
| GenerateThemeTest | class | core/ |
Tests the generate-theme commands. |
| GenerateThemeTest.php | file | core/ |
|
| GenerateThemeTest::$originalInfo | property | core/ |
The unaltered starterkit.info.yml contents. |
| GenerateThemeTest::$php | property | core/ |
The PHP executable path. |
| GenerateThemeTest::$starterKitInfoYamlLocation | property | core/ |
The location of the starter kit .info.yml file. |
| GenerateThemeTest::assertThemeExists | function | core/ |
Asserts the theme exists. Returns the parsed *.info.yml file. |
| GenerateThemeTest::deleteGeneratedTheme | function | core/ |
Delete the generated theme. |
| GenerateThemeTest::doTestContribStarterkit | function | core/ |
Tests the generate-theme command on a theme with a release version number. |
| GenerateThemeTest::doTestDevSnapshot | function | core/ |
Tests the generate-theme command on a dev snapshot of Drupal core. |
| GenerateThemeTest::doTestGenerateTheme | function | core/ |
|
| GenerateThemeTest::doTestGeneratingFromAnotherTheme | function | core/ |
Tests generating a theme from another Starterkit enabled theme. |
| GenerateThemeTest::doTestNoEditMissingFilesWarning | function | core/ |
|
| GenerateThemeTest::doTestNoRename | function | core/ |
|
| GenerateThemeTest::doTestNoRenameMissingFilesWarning | function | core/ |
|
| GenerateThemeTest::doTestStarterKitFlag | function | core/ |
Tests that only themes with `starterkit` flag can be used. |
| GenerateThemeTest::doTestThemeDoesNotExist | function | core/ |
Tests themes that do not exist return an error. |
| GenerateThemeTest::fileUnmanagedDeleteRecursive | function | core/ |
Deletes all files and directories in the specified path recursively. |
| GenerateThemeTest::generateThemeFromStarterkit | function | core/ |
Generates PHP process to generate a theme from core's starterkit theme. |
| GenerateThemeTest::runCommand | function | core/ |
|
| GenerateThemeTest::setUp | function | core/ |
|
| GenerateThemeTest::setVersion | function | core/ |
Set a version in the .info.yml. |
| GenerateThemeTest::testContribStarterkitDevSnapshot | function | core/ |
Tests the generate-theme command on a theme with a dev version number. |
| GenerateThemeTest::testContribStarterkitDevSnapshotWithGitNotInstalled | function | core/ |
Tests the generate-theme command on a theme with a dev version without git. |
| GenerateThemeTest::testCustomStarterkit | function | core/ |
Tests the generate-theme command on a theme without a version number. |
| GenerateThemeTest::testDeleteDirectory | function | core/ |
|
| GenerateThemeTest::testExcludedGitFolder | function | core/ |
|
| GenerateThemeTest::testGenerateTheme | function | core/ |
Tests the generate-theme command. |
| GenerateThemeTest::testIgnoredDotFiles | function | core/ |
|
| GenerateThemeTest::testIncludeDotFiles | function | core/ |
|
| GenerateThemeTest::testInfoOverrides | function | core/ |
|
| GenerateThemeTest::testInvalidThemesAndWarnings | function | core/ |
|
| GenerateThemeTest::testNoEdit | function | core/ |
|
| GenerateThemeTest::testSimpleStarterkitTheme | function | core/ |
Tests generating theme from a simple named Starterkit enabled theme. |
| GenerateThemeTest::writeStarterkitConfig | function | core/ |
|
| gin-system-themes.css | file | core/ |
/* * 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/ |
.system-themes-list { margin-block-end: var(--gin-spacing-l); } #system-themes-page { hr { display: none; } } |
| HelpThemeHooks | class | core/ |
Hook implementations for help. |
| HelpThemeHooks.php | file | core/ |
|
| HelpThemeHooks::preprocessBlock | function | core/ |
Implements hook_preprocess_HOOK() for block templates. |
| help_topics_test_theme.info.yml | file | core/ |
core/modules/help/tests/themes/help_topics_test_theme/help_topics_test_theme.info.yml |
| help_topics_test_theme.test.html.twig | file | core/ |
--- 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/ |
Implements a test theme negotiator which was configured with a high priority. |
| HighPriorityThemeNegotiator.php | file | core/ |
|
| HighPriorityThemeNegotiator::applies | function | core/ |
Whether this theme negotiator should be used to set the theme. |
| HighPriorityThemeNegotiator::determineActiveTheme | function | core/ |
Determine the active theme for the request. |
| hook_form_system_theme_settings_alter | function | core/ |
Allow themes to alter the theme-specific settings form. |
| hook_system_themes_page_alter | function | core/ |
Alters theme operation links. |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.