Search for all
Title | Object type | File name | Summary |
---|---|---|---|
CronQueueTestCase::testExceptions | function | modules/ |
Tests that exceptions thrown by workers are handled properly. |
CronRunTestCase | class | modules/ |
|
CronRunTestCase::getInfo | function | modules/ |
Implement getInfo(). |
CronRunTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
CronRunTestCase::testAutomaticCron | function | modules/ |
Ensure that the automatic cron run feature is working. |
CronRunTestCase::testCronCacheExpiration | function | modules/ |
Tests that hook_flush_caches() is not invoked on every single cron run. |
CronRunTestCase::testCronExceptions | function | modules/ |
Make sure exceptions thrown on hook_cron() don't affect other modules. |
CronRunTestCase::testCronRun | function | modules/ |
Test cron runs. |
CronRunTestCase::testManualCron | function | modules/ |
Ensure that the manual cron run is working. |
CronRunTestCase::testTempFileCleanup | function | modules/ |
Ensure that temporary files are removed. |
cron_queue_test.info | file | modules/ |
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/ |
|
cron_queue_test_cron_queue_info | function | modules/ |
Implements hook_cron_queue_info(). |
cron_queue_test_exception | function | modules/ |
|
CSS_DEFAULT | constant | includes/ |
The default group for module CSS files added to the page. |
css_input_without_import.css | file | modules/ |
Basic css that does not use import |
css_input_without_import.css.optimized.css | file | modules/ |
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/ |
Basic css that does not use import |
css_input_with_import.css | file | modules/ |
@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/ |
@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/ |
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/ |
@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/ |
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/ |
@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/ |
The default group for system CSS files added to the page. |
CSS_THEME | constant | includes/ |
The default group for theme CSS files added to the page. |
current_path | function | includes/ |
Return the current URL path of the page being viewed. |
dashboard-rtl.css | file | modules/ |
Right-to-left specific stylesheet for the Dashboard module. |
dashboard.api.php | file | modules/ |
Hooks provided by the Dashboard module. |
dashboard.css | file | modules/ |
Stylesheet for the Dashboard module. |
dashboard.info | file | modules/ |
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/ |
Install, update and uninstall functions for the dashboard module. |
dashboard.module | file | modules/ |
Provides a dashboard page in the administrative interface. |
dashboard.test | file | modules/ |
Tests for dashboard.module. |
DashboardBlocksTestCase | class | modules/ |
Tests the Dashboard module blocks. |
DashboardBlocksTestCase::getInfo | function | modules/ |
|
DashboardBlocksTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
DashboardBlocksTestCase::testBlockAvailability | function | modules/ |
Tests that administrative blocks are available for the dashboard. |
DashboardBlocksTestCase::testDashboardAccess | function | modules/ |
Tests adding a block to the dashboard and checking access to it. |
DashboardBlocksTestCase::testDashboardRegions | function | modules/ |
Tests that dashboard regions are displayed or hidden properly. |
DashboardBlocksTestCase::testDisableEnable | function | modules/ |
Tests that the dashboard module can be re-enabled, retaining its blocks. |
dashboard_admin | function | modules/ |
Page callback: Displays the dashboard. |
dashboard_admin_blocks | function | modules/ |
Page callback: Builds the page for administering dashboard blocks. |
dashboard_block_info_alter | function | modules/ |
Implements hook_block_info_alter(). |
dashboard_block_list_alter | function | modules/ |
Implements hook_block_list_alter(). |
dashboard_dashboard_regions | function | modules/ |
Implements hook_dashboard_regions(). |
dashboard_disable | function | modules/ |
Implements hook_disable(). |
dashboard_enable | function | modules/ |
Implements hook_enable(). |
dashboard_forms | function | modules/ |
Implements hook_forms(). |
dashboard_form_block_add_block_form_alter | function | modules/ |
Implements hook_form_FORM_ID_alter(). |
Pagination
- Previous page
- Page 30
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.