Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| theme_test.module | file | modules/ |
|
| theme_test.template_test.tpl.php | file | modules/ |
|
| theme_test_exit | function | modules/ |
Implements hook_exit(). |
| theme_test_hook_init_page_callback | function | modules/ |
Menu callback for testing themed output generated in hook_init(). |
| theme_test_init | function | modules/ |
Implements hook_init(). |
| theme_test_menu | function | modules/ |
Implements hook_menu(). |
| theme_test_system_theme_engine_info | function | modules/ |
Implements hook_system_theme_engine_info(). |
| theme_test_system_theme_info | function | modules/ |
Implements hook_system_theme_info(). |
| theme_test_template_test.nyan-cat.html | file | modules/ |
|
| theme_test_theme | function | modules/ |
Implements hook_theme(). |
| theme_textarea | function | includes/ |
Returns HTML for a textarea form element. |
| theme_textfield | function | includes/ |
Returns HTML for a textfield form element. |
| theme_text_format_wrapper | function | modules/ |
Returns HTML for a text format-enabled form element. |
| theme_theme_test | function | modules/ |
Returns HTML for the 'theme_test' theme hook used by tests. |
| theme_theme_test_foo | function | modules/ |
Theme function for testing theme('theme_test_foo'). |
| theme_toolbar_toggle | function | modules/ |
Formats an element used to toggle the toolbar drawer's visibility. |
| theme_trigger_display | function | modules/ |
Returns HTML for the form showing actions assigned to a trigger. |
| theme_update_last_check | function | modules/ |
Returns HTML for the last time we checked for update data. |
| theme_update_manager_update_form | function | modules/ |
Returns HTML for the first page in the process of updating projects. |
| theme_update_page | function | includes/ |
Returns HTML for the update page. |
| theme_update_report | function | modules/ |
Returns HTML for the project status report. |
| theme_update_status_label | function | modules/ |
Returns HTML for a label to display for a project's update status. |
| theme_update_version | function | modules/ |
Returns HTML for the version display of a project. |
| theme_username | function | includes/ |
Returns HTML for a username, potentially linked to the user's page. |
| theme_user_admin_permissions | function | modules/ |
Returns HTML for the administer permissions page. |
| theme_user_admin_roles | function | modules/ |
Returns HTML for the role order and new role form. |
| theme_user_list | function | modules/ |
Returns HTML for a list of users. |
| theme_user_permission_description | function | modules/ |
Returns HTML for an individual permission description. |
| theme_user_signature | function | modules/ |
Returns HTML for a user signature. |
| theme_vertical_tabs | function | includes/ |
Returns HTML for an element's children fieldsets as vertical tabs. |
| timer_read | function | includes/ |
Reads the current timer value without stopping the timer. |
| timer_start | function | includes/ |
Starts the timer with the specified name. |
| timer_stop | function | includes/ |
Stops the timer with the specified name. |
| token.inc | file | includes/ |
Drupal placeholder/token replacement system. |
| TokenReplaceTestCase | class | modules/ |
Test token replacement in strings. |
| TokenReplaceTestCase::getInfo | function | modules/ |
|
| TokenReplaceTestCase::testSystemDateTokenReplacement | function | modules/ |
Tests the generation of all system date tokens. |
| TokenReplaceTestCase::testSystemSiteTokenReplacement | function | modules/ |
Tests the generation of all system site information tokens. |
| TokenReplaceTestCase::testSystemTokenRecognition | function | modules/ |
Test whether token-replacement works in various contexts. |
| TokenReplaceTestCase::testTokenReplacement | function | modules/ |
Creates a user and a node, then tests the tokens generated from them. |
| TokenScanTest | class | modules/ |
Test token replacement in strings. |
| TokenScanTest::getInfo | function | modules/ |
|
| TokenScanTest::testTokenScan | function | modules/ |
Scans dummy text, then tests the output. |
| token_find_with_prefix | function | includes/ |
Returns a list of tokens that begin with a specific prefix. |
| token_generate | function | includes/ |
Generates replacement values for a list of tokens. |
| token_info | function | includes/ |
Returns metadata describing supported tokens. |
| token_replace | function | includes/ |
Replaces all tokens in a given string with appropriate values. |
| token_scan | function | includes/ |
Builds a list of all token-like patterns that appear in the text. |
| toolbar-print.css | file | modules/ |
/** * Hide the toolbar when printing. */ #toolbar { display: none; } |
| toolbar-rtl.css | file | modules/ |
#toolbar, #toolbar * { text-align: right; } #toolbar ul li { float: right; } #toolbar ul li a { display: inline-block; float: none; zoom: 1; } #toolbar div.toolbar-menu { padding: 5px 50px 5px 50px; } #toolbar-user { float:… |
Pagination
- Previous page
- Page 199
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.