Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
|
| 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. |
| toolbar_menu | function | modules/ |
Implements hook_menu(). |
| toolbar_menu_navigation_links | function | modules/ |
Generates a links array from a menu tree array. |
| toolbar_page_build | function | modules/ |
Implements hook_page_build(). |
| toolbar_permission | function | modules/ |
Implements hook_permission(). |
| toolbar_preprocess_html | function | modules/ |
Implements hook_preprocess_html(). |
| toolbar_preprocess_toolbar | function | modules/ |
Implements hook_preprocess_toolbar(). |
| toolbar_pre_render | function | modules/ |
Prerender function for the toolbar. |
| toolbar_system_info_alter | function | modules/ |
Implements hook_system_info_alter(). |
| toolbar_theme | function | modules/ |
Implements hook_theme(). |
| toolbar_toggle_page | function | modules/ |
Menu callback; toggles the visibility of the toolbar drawer. |
| toolbar_view | function | modules/ |
Builds the admin menu as a structured array ready for drupal_render(). |
| tracker.css | file | modules/ |
.page-tracker td.replies { text-align: center; } .page-tracker table { width: 100%; } |
| tracker.info | file | modules/ |
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/ |
Install, update, and uninstall functions for tracker.module. |
| tracker.module | file | modules/ |
Tracks recent content posted by a user or users. |
| tracker.pages.inc | file | modules/ |
User page callbacks for tracker.module. |
| tracker.test | file | modules/ |
Tests for tracker.module. |
| TrackerTest | class | modules/ |
Defines a base class for testing tracker.module. |
| TrackerTest::$other_user | property | modules/ |
A second user that will 'create' comments and nodes. |
| TrackerTest::$user | property | modules/ |
The main user for testing. |
| TrackerTest::getInfo | function | modules/ |
|
| TrackerTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| TrackerTest::testTrackerAdminUnpublish | function | modules/ |
Tests that publish/unpublish works at admin/content/node. |
| TrackerTest::testTrackerAll | function | modules/ |
Tests for the presence of nodes on the global tracker listing. |
| TrackerTest::testTrackerCronIndexing | function | modules/ |
Tests that existing nodes are indexed by cron. |
| TrackerTest::testTrackerNewComments | function | modules/ |
Tests for comment counters on the tracker listing. |
| TrackerTest::testTrackerNewNodes | function | modules/ |
Tests for the presence of the "new" flag for nodes. |
| TrackerTest::testTrackerOrderingNewComments | function | modules/ |
Tests for ordering on a users tracker listing when comments are posted. |
| TrackerTest::testTrackerUser | function | modules/ |
Tests for the presence of nodes on a user's tracker listing. |
| tracker_comment_delete | function | modules/ |
Implements hook_comment_delete(). |
| tracker_comment_publish | function | modules/ |
Implements hook_comment_publish(). |
| tracker_comment_unpublish | function | modules/ |
Implements hook_comment_unpublish(). |
| tracker_comment_update | function | modules/ |
Implements hook_comment_update(). |
| tracker_cron | function | modules/ |
Implements hook_cron(). |
| tracker_enable | function | modules/ |
Implements hook_enable(). |
| tracker_help | function | modules/ |
Implements hook_help(). |
| tracker_menu | function | modules/ |
Implements hook_menu(). |
Pagination
- Previous page
- Page 200
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.