|
contextual_links_example_block_info |
modules/examples/contextual_links_example/contextual_links_example.module |
Implements hook_block_info(). |
|
contextual_links_example_block_view |
modules/examples/contextual_links_example/contextual_links_example.module |
Implements hook_block_view(). |
|
contextual_links_example_menu |
modules/examples/contextual_links_example/contextual_links_example.module |
Implements hook_menu(). |
|
contextual_links_example_node_action_form |
modules/examples/contextual_links_example/contextual_links_example.module |
Form callback; display the form for performing an example action on a node. |
|
contextual_links_example_node_action_form_submit |
modules/examples/contextual_links_example/contextual_links_example.module |
Submit handler for contextual_links_example_node_action_form(). |
|
contextual_links_example_object_edit_form |
modules/examples/contextual_links_example/contextual_links_example.module |
Form callback; display the form for editing our module's content. |
|
contextual_links_example_object_edit_form_submit |
modules/examples/contextual_links_example/contextual_links_example.module |
Submit handler for contextual_links_example_object_edit_form(). |
|
contextual_links_example_object_load |
modules/examples/contextual_links_example/contextual_links_example.module |
Menu loader callback for the object defined by this module. |
|
contextual_links_example_object_page |
modules/examples/contextual_links_example/contextual_links_example.module |
Menu callback; displays an object defined by this module on its own page. |
|
contextual_links_example_theme |
modules/examples/contextual_links_example/contextual_links_example.module |
Implements hook_theme(). |
|
contextual_links_overview_page |
modules/examples/contextual_links_example/contextual_links_example.module |
Menu callback; displays a listing of objects defined by this module. |
|
contextual_permission |
core/modules/contextual/contextual.module |
Implements hook_permission(). |
|
contextual_preprocess |
core/modules/contextual/contextual.module |
Implements hook_preprocess(). |
|
contextual_pre_render_links |
core/modules/contextual/contextual.module |
Pre-render callback: Builds a renderable array for contextual links. |
|
contextual_update_1000 |
core/modules/contextual/contextual.install |
Increases weight of contextual module so it runs after most other modules. |
|
CoreUpdater::canUpdate |
core/modules/system/system.updater.inc |
|
|
CoreUpdater::canUpdateDirectory |
core/modules/system/system.updater.inc |
Determine if the Updater can handle the project provided in $directory. |
|
CoreUpdater::getInstallDirectory |
core/modules/system/system.updater.inc |
Return the Backdrop core directory. |
|
CoreUpdater::isInstalled |
core/modules/system/system.updater.inc |
Checks if the project is installed. |
|
CoreUpdater::postInstall |
core/modules/system/system.updater.inc |
List of post install actions. |
|
CoreUpdater::postInstallTasks |
core/modules/system/system.updater.inc |
List of post install actions. |
|
CoreUpdater::postUpdateTasks |
core/modules/system/system.updater.inc |
Return an array of links to pages that should be visited post operation. |
|
country_get_list |
core/includes/locale.inc |
Get list of all predefined and custom countries. |
|
CronExampleTestCase::setUp |
modules/examples/cron_example/tests/cron_example.test |
Enable modules and create user with specific permissions. |
|
CronExampleTestCase::testCronExampleBasic |
modules/examples/cron_example/tests/cron_example.test |
Test running cron through the user interface. |
|
CronQueueTestCallbackClass::foo |
core/modules/system/tests/cron_queue_test/cron_queue_test.module |
|
|
CronQueueTestCase::setUp |
core/modules/system/tests/system.test |
Sets up a Backdrop site for running functional and integration tests. |
|
CronQueueTestCase::testCallable |
core/modules/system/tests/system.test |
Tests worker defined as a class method callable. |
|
CronQueueTestCase::testExceptions |
core/modules/system/tests/system.test |
Tests that exceptions thrown by workers are handled properly. |
|
CronRunTestCase::setUp |
core/modules/system/tests/system.test |
Sets up a Backdrop site for running functional and integration tests. |
|
CronRunTestCase::testAutomaticCron |
core/modules/system/tests/system.test |
Ensure that the automatic cron run feature is working. |
|
CronRunTestCase::testCronCacheExpiration |
core/modules/system/tests/system.test |
Tests that hook_flush_caches() is not invoked on every single cron run. |
|
CronRunTestCase::testCronExceptions |
core/modules/system/tests/system.test |
Make sure exceptions thrown on hook_cron() don't affect other modules. |
|
CronRunTestCase::testCronRun |
core/modules/system/tests/system.test |
Test cron runs. |
|
CronRunTestCase::testTempFileCleanup |
core/modules/system/tests/system.test |
Ensure that temporary files are removed. |
|
cron_example_add_jobs_to_queue |
modules/examples/cron_example/cron_example.module |
Submission handler used to add the items to the queue. |
|
cron_example_config_info |
modules/examples/cron_example/cron_example.module |
Implements hook_config_info(). |
|
cron_example_cron |
modules/examples/cron_example/cron_example.module |
Implements hook_cron(). |
|
cron_example_cron_queue_info |
modules/examples/cron_example/cron_example.module |
Implements hook_cron_queue_info(). |
|
cron_example_date_iso8601 |
modules/examples/cron_example/cron_example.module |
|
|
cron_example_form |
modules/examples/cron_example/cron_example.module |
The form to provide a link to cron.php. |
|
cron_example_form_cron_run_submit |
modules/examples/cron_example/cron_example.module |
Allows users to directly execute cron, optionally forcing it. |
|
cron_example_menu |
modules/examples/cron_example/cron_example.module |
Implements hook_menu(). |
|
cron_example_queue_1_worker |
modules/examples/cron_example/cron_example.module |
Simple worker for our queues. |
|
cron_example_queue_2_worker |
modules/examples/cron_example/cron_example.module |
Simple worker for our queues. |
|
cron_example_queue_report_work |
modules/examples/cron_example/cron_example.module |
Simple reporter for the workers. |
|
cron_queue_test_cron_queue_info |
core/modules/system/tests/cron_queue_test/cron_queue_test.module |
Implements hook_cron_queue_info(). |
|
cron_queue_test_exception |
core/modules/system/tests/cron_queue_test/cron_queue_test.module |
|
|
current_path |
core/includes/path.inc |
Return the current URL path of the page being viewed. |
|
CustomLogoTestCase::setUp |
core/modules/system/tests/system.test |
Implement setUp(). |