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
CronRunTestCase::testCronRun function modules/system/system.test Test cron runs.
CronRunTestCase::testManualCron function modules/system/system.test Ensure that the manual cron run is working.
CronRunTestCase::testTempFileCleanup function modules/system/system.test Ensure that temporary files are removed.
cron_queue_test.info file modules/system/tests/cron_queue_test.info name = Cron Queue test
description = 'Support module for the cron queue runner.'
package = Testing
version = VERSION
core = 7.x
hidden = TRUE
cron_queue_test.module file modules/system/tests/cron_queue_test.module
cron_queue_test_cron_queue_info function modules/system/tests/cron_queue_test.module Implements hook_cron_queue_info().
cron_queue_test_exception function modules/system/tests/cron_queue_test.module
CSS_DEFAULT constant includes/common.inc The default group for module CSS files added to the page.
css_input_without_import.css file modules/simpletest/files/css_test_files/css_input_without_import.css Basic css that does not use import
css_input_without_import.css.optimized.css file modules/simpletest/files/css_test_files/css_input_without_import.css.optimized.css body{margin:0;padding:0;background:#edf5fa;font:76%/170% Verdana,sans-serif;color:#494949;}.this .is .a .test{font:1em/100% Verdana,sans-serif;color:#494949;}.this
.is
.a
.test{font:1em/100% Verdana,sans-serif;color:#494949;}some :pseudo…
css_input_without_import.css.unoptimized.css file modules/simpletest/files/css_test_files/css_input_without_import.css.unoptimized.css Basic css that does not use import
css_input_with_import.css file modules/simpletest/files/css_test_files/css_input_with_import.css @import url("http://example.com/style.css");
@import url("//example.com/style.css");
@import "import1.css";
@import "import2.css";

body {
margin: 0;
padding: 0;
background: #edf5fa;
font: 76%/170%…
css_input_with_import.css file modules/simpletest/files/css_test_files/css_subfolder/css_input_with_import.css @import "../import1.css";
@import "../import2.css";

body {
margin: 0;
padding: 0;
background: #edf5fa;
font: 76%/170% Verdana, sans-serif;
color: #494949;
}

.this .is .a .test {
font: 1em/100% Verdana, sans-serif;
css_input_with_import.css.optimized.css file modules/simpletest/files/css_test_files/css_subfolder/css_input_with_import.css.optimized.css ul,select{font:1em/160% Verdana,sans-serif;color:#494949;}.ui-icon{background-image:url(../images/icon.png);}.data .double-quote{background-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");}.data…
css_input_with_import.css.optimized.css file modules/simpletest/files/css_test_files/css_input_with_import.css.optimized.css @import url("http://example.com/style.css");@import url("//example.com/style.css");ul,select{font:1em/160% Verdana,sans-serif;color:#494949;}.ui-icon{background-image:url(images/icon.png);}.data…
css_input_with_import.css.unoptimized.css file modules/simpletest/files/css_test_files/css_subfolder/css_input_with_import.css.unoptimized.css ul, select {
font: 1em/160% Verdana, sans-serif;
color: #494949;
}
.ui-icon{background-image: url(../images/icon.png);}

/* Test data URI images with different quote styles. */
.data .double-quote {
/* http://stackoverflow.com/a/13139830/11023…
css_input_with_import.css.unoptimized.css file modules/simpletest/files/css_test_files/css_input_with_import.css.unoptimized.css @import url("http://example.com/style.css");
@import url("//example.com/style.css");

ul, select {
font: 1em/160% Verdana, sans-serif;
color: #494949;
}
.ui-icon{background-image: url(images/icon.png);}

/* Test data URI images…
CSS_SYSTEM constant includes/common.inc The default group for system CSS files added to the page.
CSS_THEME constant includes/common.inc The default group for theme CSS files added to the page.
current_path function includes/path.inc Return the current URL path of the page being viewed.
dashboard-rtl.css file modules/dashboard/dashboard-rtl.css Right-to-left specific stylesheet for the Dashboard module.
dashboard.api.php file modules/dashboard/dashboard.api.php Hooks provided by the Dashboard module.
dashboard.css file modules/dashboard/dashboard.css Stylesheet for the Dashboard module.
dashboard.info file modules/dashboard/dashboard.info name = Dashboard
description = Provides a dashboard page in the administrative interface for organizing administrative tasks and tracking information within your site.
core = 7.x
package = Core
version = VERSION
files[] = dashboard.test
dependencies[]…
dashboard.install file modules/dashboard/dashboard.install Install, update and uninstall functions for the dashboard module.
dashboard.module file modules/dashboard/dashboard.module Provides a dashboard page in the administrative interface.
dashboard.test file modules/dashboard/dashboard.test Tests for dashboard.module.
DashboardBlocksTestCase class modules/dashboard/dashboard.test Tests the Dashboard module blocks.
DashboardBlocksTestCase::getInfo function modules/dashboard/dashboard.test
DashboardBlocksTestCase::setUp function modules/dashboard/dashboard.test
DashboardBlocksTestCase::testBlockAvailability function modules/dashboard/dashboard.test Tests that administrative blocks are available for the dashboard.
DashboardBlocksTestCase::testDashboardAccess function modules/dashboard/dashboard.test Tests adding a block to the dashboard and checking access to it.
DashboardBlocksTestCase::testDashboardRegions function modules/dashboard/dashboard.test Tests that dashboard regions are displayed or hidden properly.
DashboardBlocksTestCase::testDisableEnable function modules/dashboard/dashboard.test Tests that the dashboard module can be re-enabled, retaining its blocks.
dashboard_admin function modules/dashboard/dashboard.module Page callback: Displays the dashboard.
dashboard_admin_blocks function modules/dashboard/dashboard.module Page callback: Builds the page for administering dashboard blocks.
dashboard_block_info_alter function modules/dashboard/dashboard.module Implements hook_block_info_alter().
dashboard_block_list_alter function modules/dashboard/dashboard.module Implements hook_block_list_alter().
dashboard_dashboard_regions function modules/dashboard/dashboard.module Implements hook_dashboard_regions().
dashboard_disable function modules/dashboard/dashboard.install Implements hook_disable().
dashboard_enable function modules/dashboard/dashboard.install Implements hook_enable().
dashboard_forms function modules/dashboard/dashboard.module Implements hook_forms().
dashboard_form_block_add_block_form_alter function modules/dashboard/dashboard.module Implements hook_form_FORM_ID_alter().
dashboard_form_block_admin_configure_alter function modules/dashboard/dashboard.module Implements hook_form_FORM_ID_alter().
dashboard_form_block_admin_display_form_alter function modules/dashboard/dashboard.module Implements hook_form_FORM_ID_alter().
dashboard_form_dashboard_admin_display_form_alter function modules/dashboard/dashboard.module Implements hook_form_FORM_ID_alter().
dashboard_help function modules/dashboard/dashboard.module Implements hook_help().
dashboard_is_visible function modules/dashboard/dashboard.module Determines if the dashboard should be displayed on the current page.
dashboard_menu function modules/dashboard/dashboard.module Implements hook_menu().
dashboard_page_build function modules/dashboard/dashboard.module Implements hook_page_build().

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