Search for to
Title | Object type | File name | Summary |
---|---|---|---|
TestFileTransfer::createDirectoryJailed | function | modules/ |
Creates a directory. |
TestFileTransfer::factory | function | modules/ |
Classes that extend this class must override the factory() static method. |
TestFileTransfer::isDirectory | function | modules/ |
Checks if a particular path is a directory |
TestFileTransfer::removeDirectoryJailed | function | modules/ |
Removes a directory. |
TextSummaryTestCase::$article_creator | property | modules/ |
|
TextSummaryTestCase::testOnlyTextSummary | function | modules/ |
Test sending only summary. |
TextTranslationTestCase::$translator | property | modules/ |
|
ThemeFastTestCase::testUserAutocomplete | function | modules/ |
Tests access to user autocompletion and verify the correct results. |
ThemeUpdater::canUpdateDirectory | function | modules/ |
Determine if the Updater can handle the project provided in $directory. |
ThemeUpdater::getInstallDirectory | function | modules/ |
Return the directory where a theme should be installed. |
theme_aggregator_block_item | function | modules/ |
Returns HTML for an individual feed item for display in the block. |
theme_aggregator_categorize_items | function | modules/ |
Returns HTML for the aggregator page list form for assigning categories. |
theme_aggregator_page_opml | function | modules/ |
Prints the OPML page for the feed. |
theme_aggregator_page_rss | function | modules/ |
Prints the RSS page for a feed. |
theme_button | function | includes/ |
Returns HTML for a button form element. |
theme_image_button | function | includes/ |
Returns HTML for an image button form element. |
theme_shortcut_set_customize | function | modules/ |
Returns HTML for a shortcut set customization form. |
theme_tablesort_indicator | function | includes/ |
Returns HTML for a sort icon. |
theme_toolbar_toggle | function | modules/ |
Formats an element used to toggle the toolbar drawer's visibility. |
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:… |
toolbar.css | file | modules/ |
body.toolbar { padding-top: 2.2em; } body.toolbar-drawer { padding-top: 5.3em; } /** * Aggressive resets so we can achieve a consistent look in hostile CSS * environments. */ #toolbar, #toolbar * { border: 0; font-size: 100%; … |
toolbar.info | file | modules/ |
name = Toolbar description = Provides a toolbar that shows the top-level administration menu items and links from other modules. core = 7.x package = Core version = VERSION files[] = toolbar.test |
toolbar.module | file | modules/ |
Administration toolbar for quick access to top level administration items. |
toolbar.test | file | modules/ |
|
toolbar.tpl.php | file | modules/ |
Default template for admin toolbar. |
ToolbarTestCase | class | modules/ |
|
ToolbarTestCase::$admin_user | property | modules/ |
|
ToolbarTestCase::getInfo | function | modules/ |
|
ToolbarTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
ToolbarTestCase::testToolbarCollapsedCookie | function | modules/ |
Tests toggling the toolbar collapsed cookie. |
toolbar_get_menu_tree | function | modules/ |
Gets only the top level items below the 'admin' path. |
toolbar_help | function | modules/ |
Implements hook_help(). |
toolbar_in_active_trail | function | modules/ |
Checks whether an item is in the active trail. |
Pagination
- Previous page
- Page 16
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.