Search 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_
- Search main for theme_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MenuRouterTestCase::testThemeCallbackFakeTheme | function | modules/ |
Test the theme callback when it is set to use a theme that does not exist. |
| MenuRouterTestCase::testThemeCallbackHookCustomTheme | function | modules/ |
Test that the theme callback wins out over hook_custom_theme(). |
| MenuRouterTestCase::testThemeCallbackInheritance | function | modules/ |
Test that the theme callback is properly inherited. |
| MenuRouterTestCase::testThemeCallbackMaintenanceMode | function | modules/ |
Test the theme callback when the site is in maintenance mode. |
| MenuRouterTestCase::testThemeCallbackNoThemeRequested | function | modules/ |
Test the theme callback when no theme is requested. |
| MenuRouterTestCase::testThemeCallbackOptionalTheme | function | modules/ |
Test the theme callback when it is set to use an optional theme. |
| menu_test_theme_callback | function | modules/ |
Theme callback to use when testing the theme callback functionality. |
| menu_test_theme_page_callback | function | modules/ |
Page callback to use when testing the theme callback functionality. |
| ModuleDependencyTestCase::testThemeMetaData | function | modules/ |
Tests whether the correct theme metadata is returned. |
| ModuleProvidedThemeEngineTestCase | class | modules/ |
Tests module-provided theme engines. |
| ModuleProvidedThemeEngineTestCase::getInfo | function | modules/ |
|
| ModuleProvidedThemeEngineTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| ModuleProvidedThemeEngineTestCase::testEngineIsFoundAndWorking | function | modules/ |
Ensures that the module provided theme engine is found and used by core. |
| NewDefaultThemeBlocks | class | modules/ |
Test blocks correctly initialized when picking a new default theme. |
| NewDefaultThemeBlocks::getInfo | function | modules/ |
|
| NewDefaultThemeBlocks::testNewDefaultThemeBlocks | function | modules/ |
Check the enabled Bartik blocks are correctly copied over. |
| PagerFunctionalWebTestCase::testThemePagerQuantityNotSet | function | modules/ |
Tests theme_pager() when an empty quantity is passed. |
| system.theme-rtl.css | file | modules/ |
RTL styles for common markup. |
| system.theme.css | file | modules/ |
Basic styling for common markup. |
| SystemThemeFunctionalTest | class | modules/ |
Tests for the theme interface functionality. |
| SystemThemeFunctionalTest::$admin_user | property | modules/ |
|
| SystemThemeFunctionalTest::$node | property | modules/ |
|
| SystemThemeFunctionalTest::getInfo | function | modules/ |
|
| SystemThemeFunctionalTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| SystemThemeFunctionalTest::testAdministrationTheme | function | modules/ |
Test the administration theme functionality. |
| SystemThemeFunctionalTest::testPerThemeSettings | function | modules/ |
Test the individual per-theme settings form. |
| SystemThemeFunctionalTest::testSwitchDefaultTheme | function | modules/ |
Test switching the default theme. |
| SystemThemeFunctionalTest::testThemeSettings | function | modules/ |
Test the theme settings form. |
| system_find_base_themes | function | modules/ |
Find all the base themes for the specified theme. |
| system_rebuild_theme_data | function | modules/ |
Rebuild, save, and return data about all currently available themes. |
| system_sort_themes | function | modules/ |
Sorts themes by their names, with the default theme listed first. |
| system_themes_admin_form | function | modules/ |
Form to select the administration theme. |
| system_themes_admin_form_submit | function | modules/ |
Process system_themes_admin_form form submissions. |
| system_themes_page | function | modules/ |
Menu callback; displays a listing of all themes. |
| system_theme_default | function | modules/ |
Menu callback; Set the default theme. |
| system_theme_disable | function | modules/ |
Menu callback; Disables a theme. |
| system_theme_enable | function | modules/ |
Menu callback; Enables a theme. |
| system_theme_settings | function | modules/ |
Form builder; display theme configuration for entire site and individual themes. |
| system_theme_settings_submit | function | modules/ |
Process system_theme_settings form submissions. |
| system_theme_settings_validate | function | modules/ |
Validator for the system_theme_settings() form. |
| TaxonomyThemeTestCase | class | modules/ |
Tests for verifying that taxonomy pages use the correct theme. |
| TaxonomyThemeTestCase::getInfo | function | modules/ |
|
| TaxonomyThemeTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| TaxonomyThemeTestCase::testTaxonomyTermThemes | function | modules/ |
Test the theme used when adding, viewing and editing taxonomy terms. |
| template_preprocess_theme_test | function | modules/ |
Preprocesses variables for theme_theme_test(). |
| test_basetheme.info | file | modules/ |
name = Theme test base theme description = Test theme which acts as a base theme for other test subthemes. core = 7.x hidden = TRUE settings[basetheme_only] = base theme value settings[subtheme_override] = base theme value |
| test_subtheme.info | file | modules/ |
name = Theme test subtheme description = Test theme which uses test_basetheme as the base theme. core = 7.x base theme = test_basetheme hidden = TRUE settings[subtheme_override] = subtheme value |
| test_theme.info | file | modules/ |
name = Test theme description = Theme for testing the theme system core = 7.x hidden = TRUE ; Normally, themes may list CSS files like this, and if they exist in the theme ; folder, then they get added to the page. If they have the same file name as… |
| test_theme_form_system_theme_settings_alter | function | modules/ |
Implements hook_form_FORM_ID_alter(). |
| test_theme_form_system_theme_settings_submit | function | modules/ |
Form submission handler for the test theme settings form. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.