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 main for theme_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FunctionalTestSetupTrait::installDefaultThemeFromClassProperty | function | core/ |
Installs the default theme defined by `static::$defaultTheme` when needed. |
| GenerateTheme.php | file | core/ |
|
| GenerateTheme::$root | property | core/ |
The path for the Drupal root. |
| GenerateTheme::configure | function | core/ |
|
| GenerateTheme::createFilesFinder | function | core/ |
Returns a Symfony file finder. |
| GenerateTheme::execute | function | core/ |
|
| GenerateTheme::getStarterKitVersion | function | core/ |
Gets the Starter Kit version string. |
| GenerateTheme::getThemeInfo | function | core/ |
Gets theme info using the theme name. |
| GenerateTheme::getUniqueTmpDirPath | function | core/ |
Generates a path to a temporary location. |
| GenerateTheme::initialize | function | core/ |
|
| 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. |
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.