Search for all

  1. Search 9.5.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
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
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.
toolbar_menu function modules/toolbar/toolbar.module Implements hook_menu().
toolbar_menu_navigation_links function modules/toolbar/toolbar.module Generates a links array from a menu tree array.
toolbar_page_build function modules/toolbar/toolbar.module Implements hook_page_build().
toolbar_permission function modules/toolbar/toolbar.module Implements hook_permission().
toolbar_preprocess_html function modules/toolbar/toolbar.module Implements hook_preprocess_html().
toolbar_preprocess_toolbar function modules/toolbar/toolbar.module Implements hook_preprocess_toolbar().
toolbar_pre_render function modules/toolbar/toolbar.module Prerender function for the toolbar.
toolbar_system_info_alter function modules/toolbar/toolbar.module Implements hook_system_info_alter().
toolbar_theme function modules/toolbar/toolbar.module Implements hook_theme().
toolbar_toggle_page function modules/toolbar/toolbar.module Menu callback; toggles the visibility of the toolbar drawer.
toolbar_view function modules/toolbar/toolbar.module Builds the admin menu as a structured array ready for drupal_render().
tracker.css file modules/tracker/tracker.css .page-tracker td.replies {
text-align: center;
}
.page-tracker table {
width: 100%;
}
tracker.info file modules/tracker/tracker.info name = Tracker
description = Enables tracking of recent content for users.
dependencies[] = comment
package = Core
version = VERSION
core = 7.x
files[] = tracker.test
tracker.install file modules/tracker/tracker.install Install, update, and uninstall functions for tracker.module.
tracker.module file modules/tracker/tracker.module Tracks recent content posted by a user or users.
tracker.pages.inc file modules/tracker/tracker.pages.inc User page callbacks for tracker.module.
tracker.test file modules/tracker/tracker.test Tests for tracker.module.
TrackerTest class modules/tracker/tracker.test Defines a base class for testing tracker.module.
TrackerTest::$other_user property modules/tracker/tracker.test A second user that will 'create' comments and nodes.
TrackerTest::$user property modules/tracker/tracker.test The main user for testing.
TrackerTest::getInfo function modules/tracker/tracker.test
TrackerTest::setUp function modules/tracker/tracker.test Sets up a Drupal site for running functional and integration tests.
TrackerTest::testTrackerAdminUnpublish function modules/tracker/tracker.test Tests that publish/unpublish works at admin/content/node.
TrackerTest::testTrackerAll function modules/tracker/tracker.test Tests for the presence of nodes on the global tracker listing.
TrackerTest::testTrackerCronIndexing function modules/tracker/tracker.test Tests that existing nodes are indexed by cron.
TrackerTest::testTrackerNewComments function modules/tracker/tracker.test Tests for comment counters on the tracker listing.
TrackerTest::testTrackerNewNodes function modules/tracker/tracker.test Tests for the presence of the "new" flag for nodes.
TrackerTest::testTrackerOrderingNewComments function modules/tracker/tracker.test Tests for ordering on a users tracker listing when comments are posted.
TrackerTest::testTrackerUser function modules/tracker/tracker.test Tests for the presence of nodes on a user's tracker listing.
tracker_comment_delete function modules/tracker/tracker.module Implements hook_comment_delete().
tracker_comment_publish function modules/tracker/tracker.module Implements hook_comment_publish().
tracker_comment_unpublish function modules/tracker/tracker.module Implements hook_comment_unpublish().
tracker_comment_update function modules/tracker/tracker.module Implements hook_comment_update().
tracker_cron function modules/tracker/tracker.module Implements hook_cron().
tracker_enable function modules/tracker/tracker.install Implements hook_enable().
tracker_help function modules/tracker/tracker.module Implements hook_help().
tracker_menu function modules/tracker/tracker.module Implements hook_menu().

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