Search for to

  1. Search 9.5.x for to
  2. Search 8.9.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
TestFileTransfer::createDirectoryJailed function modules/simpletest/tests/filetransfer.test Creates a directory.
TestFileTransfer::factory function modules/simpletest/tests/filetransfer.test Classes that extend this class must override the factory() static method.
TestFileTransfer::isDirectory function modules/simpletest/tests/filetransfer.test Checks if a particular path is a directory
TestFileTransfer::removeDirectoryJailed function modules/simpletest/tests/filetransfer.test Removes a directory.
TextSummaryTestCase::$article_creator property modules/field/modules/text/text.test
TextSummaryTestCase::testOnlyTextSummary function modules/field/modules/text/text.test Test sending only summary.
TextTranslationTestCase::$translator property modules/field/modules/text/text.test
ThemeFastTestCase::testUserAutocomplete function modules/simpletest/tests/theme.test Tests access to user autocompletion and verify the correct results.
ThemeUpdater::canUpdateDirectory function modules/system/system.updater.inc Determine if the Updater can handle the project provided in $directory.
ThemeUpdater::getInstallDirectory function modules/system/system.updater.inc Return the directory where a theme should be installed.
theme_aggregator_block_item function modules/aggregator/aggregator.module Returns HTML for an individual feed item for display in the block.
theme_aggregator_categorize_items function modules/aggregator/aggregator.pages.inc Returns HTML for the aggregator page list form for assigning categories.
theme_aggregator_page_opml function modules/aggregator/aggregator.pages.inc Prints the OPML page for the feed.
theme_aggregator_page_rss function modules/aggregator/aggregator.pages.inc Prints the RSS page for a feed.
theme_button function includes/form.inc Returns HTML for a button form element.
theme_image_button function includes/form.inc Returns HTML for an image button form element.
theme_shortcut_set_customize function modules/shortcut/shortcut.admin.inc Returns HTML for a shortcut set customization form.
theme_tablesort_indicator function includes/theme.inc Returns HTML for a sort icon.
theme_toolbar_toggle function modules/toolbar/toolbar.module Formats an element used to toggle the toolbar drawer's visibility.
timer_stop function includes/bootstrap.inc Stops the timer with the specified name.
token.inc file includes/token.inc Drupal placeholder/token replacement system.
TokenReplaceTestCase class modules/system/system.test Test token replacement in strings.
TokenReplaceTestCase::getInfo function modules/system/system.test
TokenReplaceTestCase::testSystemDateTokenReplacement function modules/system/system.test Tests the generation of all system date tokens.
TokenReplaceTestCase::testSystemSiteTokenReplacement function modules/system/system.test Tests the generation of all system site information tokens.
TokenReplaceTestCase::testSystemTokenRecognition function modules/system/system.test Test whether token-replacement works in various contexts.
TokenReplaceTestCase::testTokenReplacement function modules/system/system.test Creates a user and a node, then tests the tokens generated from them.
TokenScanTest class modules/system/system.test Test token replacement in strings.
TokenScanTest::getInfo function modules/system/system.test
TokenScanTest::testTokenScan function modules/system/system.test Scans dummy text, then tests the output.
token_find_with_prefix function includes/token.inc Returns a list of tokens that begin with a specific prefix.
token_generate function includes/token.inc Generates replacement values for a list of tokens.
token_info function includes/token.inc Returns metadata describing supported tokens.
token_replace function includes/token.inc Replaces all tokens in a given string with appropriate values.
token_scan function includes/token.inc Builds a list of all token-like patterns that appear in the text.
toolbar-print.css file modules/toolbar/toolbar-print.css /**
* Hide the toolbar when printing.
*/
#toolbar {
display: none;
}
toolbar-rtl.css file modules/toolbar/toolbar-rtl.css #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/toolbar/toolbar.css 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/toolbar/toolbar.info 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/toolbar/toolbar.module Administration toolbar for quick access to top level administration items.
toolbar.test file modules/toolbar/toolbar.test
toolbar.tpl.php file modules/toolbar/toolbar.tpl.php Default template for admin toolbar.
ToolbarTestCase class modules/toolbar/toolbar.test
ToolbarTestCase::$admin_user property modules/toolbar/toolbar.test
ToolbarTestCase::getInfo function modules/toolbar/toolbar.test
ToolbarTestCase::setUp function modules/toolbar/toolbar.test Sets up a Drupal site for running functional and integration tests.
ToolbarTestCase::testToolbarCollapsedCookie function modules/toolbar/toolbar.test Tests toggling the toolbar collapsed cookie.
toolbar_get_menu_tree function modules/toolbar/toolbar.module Gets only the top level items below the 'admin' path.
toolbar_help function modules/toolbar/toolbar.module Implements hook_help().
toolbar_in_active_trail function modules/toolbar/toolbar.module Checks whether an item is in the active trail.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.