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. |
theme_breadcrumb |
core/includes/theme.inc |
Returns HTML for a breadcrumb trail. |
theme_button |
core/includes/form.inc |
Returns HTML for a button form element. |
theme_checkbox |
core/includes/form.inc |
Returns HTML for a checkbox form element. |
theme_ckeditor5_settings_toolbar |
core/modules/ckeditor5/ckeditor5.theme.inc |
Displays the toolbar configuration for CKEditor. |
theme_ckeditor_settings_toolbar |
core/modules/ckeditor/ckeditor.theme.inc |
Displays the toolbar configuration for CKEditor 4. |
theme_color |
core/includes/form.inc |
Returns HTML for a color form element. |
theme_color_preview |
core/modules/color/color.theme.inc |
Returns HTML for a theme's color preview. |
theme_comment_block |
core/modules/comment/comment.theme.inc |
Returns HTML for a list of recent comments. |
theme_comment_post_forbidden |
core/modules/comment/comment.theme.inc |
Returns HTML for a "you can't post comments" notice. |
theme_common_test_foo |
core/modules/simpletest/tests/common_test.theme.inc |
Theme function for testing backdrop_render(). |
theme_confirm_form |
core/modules/system/system.theme.inc |
Returns HTML for a confirmation form. |
theme_contact_category_list_table |
core/modules/contact/contact.theme.inc |
Returns HTML for the contact form categories administrative table. |
theme_container |
core/includes/form.inc |
Returns HTML to wrap child elements in a container. |
theme_date |
core/includes/form.inc |
Returns HTML for a date selection form element. |
theme_datetime |
core/includes/theme.inc |
Returns HTML for a date / time. |
theme_date_combo |
core/modules/date/date.theme.inc |
Returns HTML for a start/end date combination on form. |
theme_date_display_combination |
core/modules/date/date.theme.inc |
Returns HTML for a date element formatted as a Start/End combination. |
theme_date_display_interval |
core/modules/date/date.theme.inc |
Returns HTML for a date element formatted as an interval. |
theme_date_display_range |
core/modules/date/date.theme.inc |
Returns HTML for a date element formatted as a range. |
theme_date_display_remaining |
core/modules/date/date.theme.inc |
Returns HTML for remaining message. |
theme_date_display_single |
core/modules/date/date.theme.inc |
Returns HTML for a date element formatted as a single date. |