Search for all

  1. Search 9.5.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
theme.api.php file modules/system/theme.api.php
theme.inc file includes/theme.inc The theme system, which controls the output of Drupal.
theme.maintenance.inc file includes/theme.maintenance.inc Theming for maintenance pages.
theme.test file modules/simpletest/tests/theme.test Tests for the theme API.
ThemeDebugMarkupTestCase class modules/simpletest/tests/theme.test Tests for theme debug markup.
ThemeDebugMarkupTestCase::getInfo function modules/simpletest/tests/theme.test
ThemeDebugMarkupTestCase::setUp function modules/simpletest/tests/theme.test Sets up a Drupal site for running functional and integration tests.
ThemeDebugMarkupTestCase::testDebugOutput function modules/simpletest/tests/theme.test Tests debug markup added to template output.
ThemeFastTestCase class modules/simpletest/tests/theme.test Tests autocompletion not loading registry.
ThemeFastTestCase::$account property modules/simpletest/tests/theme.test
ThemeFastTestCase::getInfo function modules/simpletest/tests/theme.test
ThemeFastTestCase::setUp function modules/simpletest/tests/theme.test Sets up a Drupal site for running functional and integration tests.
ThemeFastTestCase::testUserAutocomplete function modules/simpletest/tests/theme.test Tests access to user autocompletion and verify the correct results.
ThemeHookInitTestCase class modules/simpletest/tests/theme.test Functional test for initialization of the theme system in hook_init().
ThemeHookInitTestCase::getInfo function modules/simpletest/tests/theme.test
ThemeHookInitTestCase::setUp function modules/simpletest/tests/theme.test Sets up a Drupal site for running functional and integration tests.
ThemeHookInitTestCase::testThemeInitializationHookInit function modules/simpletest/tests/theme.test Test that the theme system can generate output when called by hook_init().
ThemeItemListUnitTest class modules/simpletest/tests/theme.test Unit tests for theme_item_list().
ThemeItemListUnitTest::getInfo function modules/simpletest/tests/theme.test
ThemeItemListUnitTest::testItemList function modules/simpletest/tests/theme.test Test item list rendering.
ThemeLinksTest class modules/simpletest/tests/theme.test Unit tests for theme_links().
ThemeLinksTest::getInfo function modules/simpletest/tests/theme.test
ThemeLinksTest::testDrupalPreRenderLinks function modules/simpletest/tests/theme.test Test the use of drupal_pre_render_links() on a nested array of links.
ThemeRegistry class includes/theme.inc Builds the run-time theme registry.
ThemeRegistry::$completeRegistry property includes/theme.inc The complete theme registry array.
ThemeRegistry::$persistable property includes/theme.inc Whether the partial registry can be persisted to the cache.
ThemeRegistry::initializeRegistry function includes/theme.inc Initializes the full theme registry.
ThemeRegistry::offsetExists function includes/theme.inc
ThemeRegistry::offsetGet function includes/theme.inc
ThemeRegistry::resolveCacheMiss function includes/theme.inc
ThemeRegistry::set function includes/theme.inc
ThemeRegistry::__construct function includes/theme.inc
ThemeRegistryTestCase class modules/simpletest/tests/theme.test Tests for the ThemeRegistry class.
ThemeRegistryTestCase::getInfo function modules/simpletest/tests/theme.test
ThemeRegistryTestCase::setUp function modules/simpletest/tests/theme.test Sets up a Drupal site for running functional and integration tests.
ThemeRegistryTestCase::testRaceCondition function modules/simpletest/tests/theme.test Tests the behavior of the theme registry class.
ThemeTableTestCase class modules/simpletest/tests/theme.test Unit tests for theme_table().
ThemeTableTestCase::getInfo function modules/simpletest/tests/theme.test
ThemeTableTestCase::testThemeTableFooter function modules/simpletest/tests/theme.test Test that the 'footer' option works correctly.
ThemeTableTestCase::testThemeTableNoStickyHeaders function modules/simpletest/tests/theme.test If $sticky is FALSE, no tableheader.js should be included.
ThemeTableTestCase::testThemeTableStickyHeaders function modules/simpletest/tests/theme.test Tableheader.js provides 'sticky' table headers, and is included by default.
ThemeTableTestCase::testThemeTableWithEmptyMessage function modules/simpletest/tests/theme.test Tests that the table header is printed correctly even if there are no rows,
and that the empty text is displayed correctly.
ThemeTableTestCase::testThemeTableWithNoStriping function modules/simpletest/tests/theme.test Tests that the 'no_striping' option works correctly.
ThemeTestCase class modules/simpletest/tests/theme.test Unit tests for the Theme API.
ThemeTestCase::$profile property modules/simpletest/tests/theme.test The profile to install as a basis for testing.
ThemeTestCase::getInfo function modules/simpletest/tests/theme.test
ThemeTestCase::setUp function modules/simpletest/tests/theme.test Sets up a Drupal site for running functional and integration tests.
ThemeTestCase::testAlter function modules/simpletest/tests/theme.test Ensures theme hook_*_alter() implementations can run before anything is rendered.
ThemeTestCase::testCSSOverride function modules/simpletest/tests/theme.test Ensures a theme's .info file is able to override a module CSS file from being added to the page.
ThemeTestCase::testDrupalAddRegionContent function modules/simpletest/tests/theme.test Test the drupal_add_region_content() function.

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