Search for on
Title | Object type | File name | Summary |
---|---|---|---|
contact_update_dependencies | function | modules/ |
Implements hook_update_dependencies(). |
contact_user_presave | function | modules/ |
Implements hook_user_presave(). |
Container | class | misc/ |
|
Container.php | file | misc/ |
|
Container::$manifest | property | misc/ |
|
Container::$stub | property | misc/ |
|
Container::getAlias | function | misc/ |
|
Container::getManifest | function | misc/ |
|
Container::getStub | function | misc/ |
|
Container::__construct | function | misc/ |
|
Content markers | group | includes/ |
Markers used by theme_mark() and node_mark() to designate content. |
content_types.inc | file | modules/ |
Content type editing user interface. |
contextual-rtl.css | file | modules/ |
Stylesheet specific to right-to-left languages. |
contextual.api.php | file | modules/ |
Hooks provided by Contextual module. |
contextual.css | file | modules/ |
Stylesheet for the Contextual module. |
contextual.info | file | modules/ |
name = Contextual links description = Provides contextual links to perform actions related to elements on a page. package = Core version = VERSION core = 7.x files[] = contextual.test |
contextual.module | file | modules/ |
Adds contextual links to perform actions related to elements on a page. |
contextual.test | file | modules/ |
Tests for contextual.module. |
ContextualDynamicContextTestCase | class | modules/ |
Tests accessible links after inaccessible links on dynamic context. |
ContextualDynamicContextTestCase::$profile | property | modules/ |
The profile to install as a basis for testing. |
ContextualDynamicContextTestCase::getInfo | function | modules/ |
|
ContextualDynamicContextTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
ContextualDynamicContextTestCase::testNodeLinks | function | modules/ |
Tests contextual links on node lists with different permissions. |
contextual_element_info | function | modules/ |
Implements hook_element_info(). |
contextual_help | function | modules/ |
Implements hook_help(). |
contextual_library | function | modules/ |
Implements hook_library(). |
contextual_permission | function | modules/ |
Implements hook_permission(). |
contextual_preprocess | function | modules/ |
Implements hook_preprocess(). |
contextual_pre_render_links | function | modules/ |
Build a renderable array for contextual links. |
cron-curl.sh | file | scripts/ |
#!/bin/sh curl --silent --compressed http://example.com/cron.php |
cron-lynx.sh | file | scripts/ |
#!/bin/sh /usr/bin/lynx -source http://example.com/cron.php > /dev/null 2>&1 |
cron.php | file | ./ |
Handles incoming requests to fire off regularly-scheduled tasks (cron jobs). |
CronQueueTestCallbackClass | class | modules/ |
|
CronQueueTestCallbackClass::foo | function | modules/ |
|
CronQueueTestCase | class | modules/ |
Test execution of the cron queue. |
CronQueueTestCase::getInfo | function | modules/ |
Implement getInfo(). |
CronQueueTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
CronQueueTestCase::testCallable | function | modules/ |
Tests worker defined as a class method callable. |
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/ |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.