Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| theme.api.php | file | modules/ |
|
| theme.inc | file | includes/ |
The theme system, which controls the output of Drupal. |
| theme.maintenance.inc | file | includes/ |
Theming for maintenance pages. |
| theme.test | file | modules/ |
Tests for the theme API. |
| ThemeDebugMarkupTestCase | class | modules/ |
Tests for theme debug markup. |
| ThemeDebugMarkupTestCase::getInfo | function | modules/ |
|
| ThemeDebugMarkupTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| ThemeDebugMarkupTestCase::testDebugOutput | function | modules/ |
Tests debug markup added to template output. |
| ThemeFastTestCase | class | modules/ |
Tests autocompletion not loading registry. |
| ThemeFastTestCase::$account | property | modules/ |
|
| ThemeFastTestCase::getInfo | function | modules/ |
|
| ThemeFastTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| ThemeFastTestCase::testUserAutocomplete | function | modules/ |
Tests access to user autocompletion and verify the correct results. |
| ThemeHookInitTestCase | class | modules/ |
Functional test for initialization of the theme system in hook_init(). |
| ThemeHookInitTestCase::getInfo | function | modules/ |
|
| ThemeHookInitTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| ThemeHookInitTestCase::testThemeInitializationHookInit | function | modules/ |
Test that the theme system can generate output when called by hook_init(). |
| ThemeItemListUnitTest | class | modules/ |
Unit tests for theme_item_list(). |
| ThemeItemListUnitTest::getInfo | function | modules/ |
|
| ThemeItemListUnitTest::testItemList | function | modules/ |
Test item list rendering. |
| ThemeLinksTest | class | modules/ |
Unit tests for theme_links(). |
| ThemeLinksTest::getInfo | function | modules/ |
|
| ThemeLinksTest::testDrupalPreRenderLinks | function | modules/ |
Test the use of drupal_pre_render_links() on a nested array of links. |
| ThemeRegistry | class | includes/ |
Builds the run-time theme registry. |
| ThemeRegistry::$completeRegistry | property | includes/ |
The complete theme registry array. |
| ThemeRegistry::$persistable | property | includes/ |
Whether the partial registry can be persisted to the cache. |
| ThemeRegistry::initializeRegistry | function | includes/ |
Initializes the full theme registry. |
| ThemeRegistry::offsetExists | function | includes/ |
|
| ThemeRegistry::offsetGet | function | includes/ |
|
| ThemeRegistry::resolveCacheMiss | function | includes/ |
|
| ThemeRegistry::set | function | includes/ |
|
| ThemeRegistry::__construct | function | includes/ |
|
| ThemeRegistryTestCase | class | modules/ |
Tests for the ThemeRegistry class. |
| ThemeRegistryTestCase::getInfo | function | modules/ |
|
| ThemeRegistryTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| ThemeRegistryTestCase::testRaceCondition | function | modules/ |
Tests the behavior of the theme registry class. |
| ThemeTableTestCase | class | modules/ |
Unit tests for theme_table(). |
| ThemeTableTestCase::getInfo | function | modules/ |
|
| ThemeTableTestCase::testThemeTableFooter | function | modules/ |
Test that the 'footer' option works correctly. |
| ThemeTableTestCase::testThemeTableNoStickyHeaders | function | modules/ |
If $sticky is FALSE, no tableheader.js should be included. |
| ThemeTableTestCase::testThemeTableStickyHeaders | function | modules/ |
Tableheader.js provides 'sticky' table headers, and is included by default. |
| ThemeTableTestCase::testThemeTableWithEmptyMessage | function | modules/ |
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/ |
Tests that the 'no_striping' option works correctly. |
| ThemeTestCase | class | modules/ |
Unit tests for the Theme API. |
| ThemeTestCase::$profile | property | modules/ |
The profile to install as a basis for testing. |
| ThemeTestCase::getInfo | function | modules/ |
|
| ThemeTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| ThemeTestCase::testAlter | function | modules/ |
Ensures theme hook_*_alter() implementations can run before anything is rendered. |
| ThemeTestCase::testCSSOverride | function | modules/ |
Ensures a theme's .info file is able to override a module CSS file from being added to the page. |
| ThemeTestCase::testDrupalAddRegionContent | function | modules/ |
Test the drupal_add_region_content() function. |
Pagination
- Previous page
- Page 195
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.