Search for theme_
- Search 7.x for theme_
- Search 9.5.x for theme_
- Search 8.9.x for theme_
- Search 11.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/ |
|
| GenerateTheme::execute | function | core/ |
|
| GenerateTheme::getStarterKitVersion | function | core/ |
|
| 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/ |
|
| GenerateTheme::namePatterns | function | core/ |
|
| GenerateTheme::__construct | function | core/ |
GenerateTheme constructor. |
| GenerateThemeTest | class | core/ |
Tests the generate-theme commands. |
| GenerateThemeTest.php | file | core/ |
|
| GenerateThemeTest::$php | property | core/ |
The PHP executable path. |
| GenerateThemeTest::assertThemeExists | function | core/ |
Asserts the theme exists. Returns the parsed *.info.yml file. |
| 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::test | function | core/ |
Tests the generate-theme command. |
| GenerateThemeTest::testContribStarterkit | function | core/ |
Tests the generate-theme command on a theme with a release version number. |
| 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::testDevSnapshot | function | core/ |
Tests the generate-theme command on a dev snapshot of Drupal core. |
| GenerateThemeTest::testGeneratingFromAnotherTheme | function | core/ |
Tests generating a theme from another Starterkit enabled theme. |
| GenerateThemeTest::testIncludeDotFiles | function | core/ |
|
| GenerateThemeTest::testInfoOverrides | function | core/ |
|
| GenerateThemeTest::testNoEdit | function | core/ |
|
| GenerateThemeTest::testNoEditMissingFilesWarning | function | core/ |
|
| GenerateThemeTest::testNoRename | function | core/ |
|
| GenerateThemeTest::testNoRenameMissingFilesWarning | function | core/ |
|
| GenerateThemeTest::testStarterKitFlag | function | core/ |
Tests that only themes with `starterkit` flag can be used. |
| GenerateThemeTest::testThemeDoesNotExist | function | core/ |
Tests themes that do not exist return an error. |
| GenerateThemeTest::writeStarterkitConfig | function | core/ |
|
| GlobalThemeSettingsDefaultLogoUrlUpdateTest | class | core/ |
Tests update of system.theme.global:logo.url if it's still the default of "". |
| GlobalThemeSettingsDefaultLogoUrlUpdateTest.php | file | core/ |
|
| GlobalThemeSettingsDefaultLogoUrlUpdateTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| GlobalThemeSettingsDefaultLogoUrlUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
| GlobalThemeSettingsDefaultLogoUrlUpdateTest::testUpdate | function | core/ |
Tests update of system.theme.global:logo.url. |
| help_themes_installed | function | core/ |
Implements hook_themes_installed(). |
| help_themes_uninstalled | function | core/ |
Implements hook_themes_uninstalled(). |
| 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. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.