Search for theme_

  1. Search 9.5.x for theme_
  2. Search 8.9.x for theme_
  3. Search 10.3.x for theme_
  4. Search 11.x for theme_
  5. Search main for theme_
  6. Other projects
Title Object type File name Summary
test_theme_nyan_cat.info file modules/simpletest/tests/themes/test_theme_nyan_cat/test_theme_nyan_cat.info name = Nyan cat engine based test theme
description = Theme for testing the module-provided theme engines.
core = 7.x
hidden = TRUE
engine = nyan_cat
test_theme_theme_test_alter_alter function modules/simpletest/tests/themes/test_theme/template.php Tests a theme implementing an alter hook.
test_theme_theme_test__suggestion function modules/simpletest/tests/themes/test_theme/template.php Tests a theme overriding a suggestion of a base theme hook.
theme-settings.php file themes/garland/theme-settings.php Theme setting callbacks for the garland theme.
theme-settings.php file modules/simpletest/tests/themes/test_theme/theme-settings.php Theme setting callbacks for the test_theme theme.
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 Implements ArrayAccess::offsetExists().
ThemeRegistry::offsetGet function includes/theme.inc Implements ArrayAccess::offsetGet().
ThemeRegistry::resolveCacheMiss function includes/theme.inc Resolves a cache miss.
ThemeRegistry::set function includes/theme.inc Writes a value to the persistent cache immediately.
ThemeRegistry::__construct function includes/theme.inc Constructs a DrupalCacheArray object.
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.

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