Name Locationsort ascending Description
template_preprocess_contextual_links_example_object modules/examples/contextual_links_example/contextual_links_example.module Process variables for contextual-links-example-object.tpl.php.
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_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_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().
CacheExampleTestCase::setUp modules/examples/cache_example/tests/cache_example.test Enable module.
CacheExampleTestCase::testCacheExampleBasic modules/examples/cache_example/tests/cache_example.test Functional tests for cache_example.
cache_example_menu modules/examples/cache_example/cache_example.module Implements hook_menu().
cache_example_page_form modules/examples/cache_example/cache_example.module Main page for cache_example.
cache_example_form_expire_files modules/examples/cache_example/cache_example.module Submit handler that explicitly clears cache_example_files_count from cache.
cache_example_form_create_expiring_item modules/examples/cache_example/cache_example.module Submit handler to create a new cache item with specified expiration.
cache_example_form_cache_clearing modules/examples/cache_example/cache_example.module Submit handler to demonstrate the various methods for clearing cache.
BlockExampleTestCase::setUp modules/examples/block_example/tests/block_example.test Enable modules and create user with specific permissions.
BlockExampleTestCase::testBlockExampleBasic modules/examples/block_example/tests/block_example.test Functional test for our block example.
block_example_autoload_info modules/examples/block_example/block_example.module Implements hook_autoload_info().
block_example_menu modules/examples/block_example/block_example.module Implements hook_menu().
block_example_page modules/examples/block_example/block_example.module Simple page function to explain what the block example is about.
block_example_block_info modules/examples/block_example/block_example.module Implements hook_block_info().
block_example_block_configure modules/examples/block_example/block_example.module Implements hook_block_configure().
block_example_block_save modules/examples/block_example/block_example.module Implements hook_block_save().
block_example_block_view modules/examples/block_example/block_example.module Implements hook_block_view().
block_example_contents modules/examples/block_example/block_example.module A module-defined block content function.
block_example_block_view_alter modules/examples/block_example/block_example.module Implements hook_block_view_alter().
BlockExample::getAdminTitle modules/examples/block_example/block_example.inc Sets title text on draggable block panel in Layout builder.
BlockExample::getTitle modules/examples/block_example/block_example.inc Sets block subject on block view.
BlockExample::getContent modules/examples/block_example/block_example.inc Returns the rendered content of this block.
BlockExample::form modules/examples/block_example/block_example.inc Builds the block's configuration form.
BlockExample::formValidate modules/examples/block_example/block_example.inc Validates the form settings.
BlockExample::formSubmit modules/examples/block_example/block_example.inc Submit handler to save the form settings.
BatchExampleTestCase::setUp modules/examples/batch_example/tests/batch_example.test Enable modules and create user with specific permissions.
BatchExampleTestCase::testBatchExampleBasic modules/examples/batch_example/tests/batch_example.test Login user, create 30 nodes and test both batch examples.
batch_example_menu modules/examples/batch_example/batch_example.module Implements hook_menu().
batch_example_simple_form modules/examples/batch_example/batch_example.module Form builder function to allow choice of which batch to run.
batch_example_simple_form_submit modules/examples/batch_example/batch_example.module Submit handler.
batch_example_batch_1 modules/examples/batch_example/batch_example.module Batch 1 definition: Load the node with the lowest nid 1000 times.
batch_example_op_1 modules/examples/batch_example/batch_example.module Batch operation for batch 1: load a node.
batch_example_batch_2 modules/examples/batch_example/batch_example.module Batch 2 : Prepare a batch definition that will load all nodes 20 times.
batch_example_op_2 modules/examples/batch_example/batch_example.module Batch operation for batch 2 : load all nodes, 5 by five.
batch_example_finished modules/examples/batch_example/batch_example.module Batch 'finished' callback used by both batch 1 and batch 2.
batch_example_lowest_nid modules/examples/batch_example/batch_example.module Utility function - simply queries and loads the lowest nid.
_batch_example_update_http_requests modules/examples/batch_example/batch_example.module Utility function to increment HTTP requests in a session variable.
_batch_example_get_http_requests modules/examples/batch_example/batch_example.module Utility function to count the HTTP requests in a session variable.
batch_example_update_1100 modules/examples/batch_example/batch_example.install Example of batch-driven update function.
AjaxExampleTestCase::setUp modules/examples/ajax_example/tests/ajax_example.test Enable module.
AjaxExampleTestCase::testDynamicSectionsNoJs modules/examples/ajax_example/tests/ajax_example.test Check the non-JavaScript version of the "Dynamic Sections" example.
ajax_example_progressbar_form modules/examples/ajax_example/ajax_example_progressbar.inc Implements hook_FORMID().
ajax_example_progressbar_progress modules/examples/ajax_example/ajax_example_progressbar.inc Get the progress bar execution status as JSON.
ajax_example_progressbar_callback modules/examples/ajax_example/ajax_example_progressbar.inc Our submit handler.
ajax_example_form_node_form_alter modules/examples/ajax_example/ajax_example_node_form_alter.inc Implements hook_form_FORM_ID_alter().

Pages