| 
            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           | 
                  
            Submit function 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           | 
                  
            Allow user to directly execute cron, optionally forcing it.           | 
              
          
                  | 
            cron_example_install           | 
                  
            modules/examples/cron_example/cron_example.install           | 
                  
            Implements hook_install()           | 
              
          
                  | 
            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().           | 
              
          
                  | 
            CustomLogoTestCase::testCustomLogo           | 
                  
            core/modules/system/tests/system.test           | 
                  
            Test the use of a custom logo.           | 
              
          
                  | 
            DashboardContentTypesBlock::form           | 
                  
            core/modules/dashboard/includes/block.node_types.inc           | 
                  
            Build the settings form for editing this block.           | 
              
          
                  | 
            DashboardContentTypesBlock::formSubmit           | 
                  
            core/modules/dashboard/includes/block.node_types.inc           | 
                  
            Submit handler to save the form settings.           | 
              
          
                  | 
            DashboardContentTypesBlock::getAdminPreview           | 
                  
            core/modules/dashboard/includes/block.node_types.inc           | 
                  
            Return a preview for this block.           | 
              
          
                  | 
            DashboardContentTypesBlock::getAdminTitle           | 
                  
            core/modules/dashboard/includes/block.node_types.inc           | 
                  
            Return an administrative title that will always have a value.           |