ajax_example_add_more |
modules/examples/ajax_example/ajax_example_graceful_degradation.inc |
Form with 'add more' and 'remove' buttons. |
ajax_example_add_more_callback |
modules/examples/ajax_example/ajax_example_graceful_degradation.inc |
Callback for both ajax-enabled buttons. |
ajax_example_add_more_add_one |
modules/examples/ajax_example/ajax_example_graceful_degradation.inc |
Submit handler for the "add-one-more" button. |
ajax_example_add_more_remove_one |
modules/examples/ajax_example/ajax_example_graceful_degradation.inc |
Submit handler for the "remove one" button. |
ajax_example_add_more_submit |
modules/examples/ajax_example/ajax_example_graceful_degradation.inc |
Final submit handler. |
ajax_example_render_link |
modules/examples/ajax_example/ajax_example_misc.inc |
Demonstrates a clickable AJAX-enabled link using the 'use-ajax' class. |
ajax_example_render_link_ra |
modules/examples/ajax_example/ajax_example_misc.inc |
AJAX-enabled link in a renderable array. |
ajax_link_response |
modules/examples/ajax_example/ajax_example_misc.inc |
Callback for link example. |
ajax_example_form_node_form_alter |
modules/examples/ajax_example/ajax_example_node_form_alter.inc |
Implements hook_form_FORM_ID_alter(). |
ajax_example_form_node_callback |
modules/examples/ajax_example/ajax_example_node_form_alter.inc |
Returns changed part of the form. |
ajax_example_node_submit |
modules/examples/ajax_example/ajax_example_node_form_alter.inc |
Implements hook_node_submit(). |
ajax_example_node_prepare |
modules/examples/ajax_example/ajax_example_node_form_alter.inc |
Implements hook_node_prepare(). |
ajax_example_node_load |
modules/examples/ajax_example/ajax_example_node_form_alter.inc |
Implements hook_node_load(). |
ajax_example_node_insert |
modules/examples/ajax_example/ajax_example_node_form_alter.inc |
Implements hook_node_insert(). |
ajax_example_node_update |
modules/examples/ajax_example/ajax_example_node_form_alter.inc |
Implements hook_node_update(). |
ajax_example_node_delete |
modules/examples/ajax_example/ajax_example_node_form_alter.inc |
Implements hook_node_delete(). |
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. |
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. |
batch_example_update_1100 |
modules/examples/batch_example/batch_example.install |
Example of batch-driven update function. |
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. |
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. |
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. |
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(). |