| ThemeDebugMarkupTestCase::testDebugNodeOutput | core/modules/simpletest/tests/theme.test | Tests debug node markup added to template output. | 
          
                  | ThemeDebugMarkupTestCase::testDebugTaxonomyOutput | core/modules/simpletest/tests/theme.test | Tests debug taxonomy markup added to template output. | 
          
                  | ThemeDebugMarkupTestCase::testDebugUserOutput | core/modules/simpletest/tests/theme.test | Tests debug user markup added to template output. | 
          
                  | ThemeFastTestCase::setUp | core/modules/simpletest/tests/theme.test | Sets up a Backdrop site for running functional and integration tests. | 
          
                  | ThemeFastTestCase::testUserAutocomplete | core/modules/simpletest/tests/theme.test | Tests access to user autocompletion and verify the correct results. | 
          
                  | ThemeFunctionsTestCase::assertThemeOutput | core/modules/simpletest/tests/theme.test | Asserts themed output. | 
          
                  | ThemeFunctionsTestCase::testBackdropPreRenderLinks | core/modules/simpletest/tests/theme.test | Test the use of backdrop_pre_render_links() on a nested array of links. | 
          
                  | ThemeFunctionsTestCase::testItemList | core/modules/simpletest/tests/theme.test | Tests theme_item_list(). | 
          
                  | ThemeFunctionsTestCase::testLinks | core/modules/simpletest/tests/theme.test | Tests theme_links(). | 
          
                  | ThemeHeadTag::testThemeHeadTag | core/modules/simpletest/tests/theme.test | Test function theme_head_tag() | 
          
                  | ThemeHookInitUnitTest::setUp | core/modules/simpletest/tests/theme.test | Sets up a Backdrop site for running functional and integration tests. | 
          
                  | ThemeHookInitUnitTest::testThemeInitializationHookInit | core/modules/simpletest/tests/theme.test | Test that the theme system can generate output when called by hook_init(). | 
          
                  | ThemeHtmlTplPhpAttributesTestCase::setUp | core/modules/simpletest/tests/theme.test | Sets up a Backdrop site for running functional and integration tests. | 
          
                  | ThemeHtmlTplPhpAttributesTestCase::testThemeHtmlTplPhpAttributes | core/modules/simpletest/tests/theme.test | Tests that modules and themes can alter variables in html.tpl.php. | 
          
                  | ThemeRegistry::initializeRegistry | core/includes/theme.inc | Initializes the full theme registry. | 
          
                  | ThemeRegistry::offsetExists | core/includes/theme.inc |  | 
          
                  | ThemeRegistry::offsetGet | core/includes/theme.inc |  | 
          
                  | ThemeRegistry::resolveCacheMiss | core/includes/theme.inc | Resolves a cache miss. | 
          
                  | ThemeRegistry::set | core/includes/theme.inc | Writes a value to the persistent cache immediately. | 
          
                  | ThemeRegistry::__construct | core/includes/theme.inc | Constructs a BackdropCacheArray object. | 
          
                  | ThemeRegistryTestCase::setUp | core/modules/simpletest/tests/theme.test | Sets up a Backdrop site for running functional and integration tests. | 
          
                  | ThemeRegistryTestCase::testRaceCondition | core/modules/simpletest/tests/theme.test | Tests the behavior of the theme registry class. | 
          
                  | ThemeTableUnitTest::testThemeTableFooter | core/modules/simpletest/tests/theme.test | Tests that the 'footer' option works correctly. | 
          
                  | ThemeTableUnitTest::testThemeTableNoStickyHeaders | core/modules/simpletest/tests/theme.test | If $sticky is FALSE, no tableheader.js should be included. | 
          
                  | ThemeTableUnitTest::testThemeTableStickyHeaders | core/modules/simpletest/tests/theme.test | Tableheader.js provides 'sticky' table headers, and is included by default. | 
          
                  | ThemeTableUnitTest::testThemeTableWithEmptyMessage | core/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. | 
          
                  | ThemeTableUnitTest::testThemeTableWithNoStriping | core/modules/simpletest/tests/theme.test | Tests that the 'no_striping' option works correctly. | 
          
                  | ThemeUnitTest::setUp | core/modules/simpletest/tests/theme.test | Sets up a Backdrop site for running functional and integration tests. | 
          
                  | ThemeUnitTest::testAlter | core/modules/simpletest/tests/theme.test | Ensures theme hook_*_alter() implementations can run before anything is rendered. | 
          
                  | ThemeUnitTest::testCSSOverride | core/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. | 
          
                  | ThemeUnitTest::testFrontPageThemeSuggestion | core/modules/simpletest/tests/theme.test | Ensure page-front template suggestion is added when on home page. | 
          
                  | ThemeUnitTest::testListThemes | core/modules/simpletest/tests/theme.test | Test the list_themes() function. | 
          
                  | ThemeUnitTest::testPreprocessForSuggestions | core/modules/simpletest/tests/theme.test | Ensures preprocess functions run even for suggestion implementations. | 
          
                  | ThemeUnitTest::testRegistryRebuild | core/modules/simpletest/tests/theme.test | Ensures the theme registry is rebuilt when modules are disabled/enabled. | 
          
                  | ThemeUnitTest::testTemplateOverride | core/modules/simpletest/tests/theme.test | Ensures a themes template is overrideable based on the 'template' filename. | 
          
                  | ThemeUnitTest::testThemeGetSetting | core/modules/simpletest/tests/theme.test | Test the theme_get_setting() function. | 
          
                  | ThemeUnitTest::testThemeSuggestions | core/modules/simpletest/tests/theme.test | Test function theme_get_suggestions() for SA-CORE-2009-003. | 
          
                  | ThemeUpdater::canUpdate | core/modules/system/system.updater.inc |  | 
          
                  | ThemeUpdater::canUpdateDirectory | core/modules/system/system.updater.inc | Determine if the Updater can handle the project provided in $directory. | 
          
                  | ThemeUpdater::getInstallDirectory | core/modules/system/system.updater.inc | Return the directory where a theme should be installed. | 
          
                  | ThemeUpdater::isInstalled | core/modules/system/system.updater.inc | Checks if the project is installed. | 
          
                  | ThemeUpdater::postInstall | core/modules/system/system.updater.inc | Perform actions after installation. | 
          
                  | ThemeUpdater::postInstallTasks | core/modules/system/system.updater.inc | Return an array of links to pages that should be visited post operation. | 
          
                  | theme_admin_bar_links | core/modules/admin_bar/admin_bar.theme.inc | Render a themed list of links. | 
          
                  | theme_admin_block | core/modules/system/system.theme.inc | Returns HTML for an administrative block for display. | 
          
                  | theme_admin_block_content | core/modules/system/system.theme.inc | Returns HTML for the content of an administrative block. | 
          
                  | theme_admin_page | core/modules/system/system.theme.inc | Returns HTML for an administrative page. | 
          
                  | theme_authorize_message | core/includes/theme.maintenance.inc | Returns HTML for a single log message from the authorize.php batch operation. | 
          
                  | theme_authorize_report | core/includes/theme.maintenance.inc | Returns HTML for a results report of an operation run by authorize.php. | 
          
                  | theme_book_admin_table | core/modules/book/book.admin.inc | Returns HTML for a book administration form. |