Search for add

  1. Search 3.x for add
  2. Search 8.x-1.x for add
  3. Search 6.x-1.x for add
  4. Search 4.0.x for add
  5. Other projects
Title Object type File name Summary
ajax_example_add_more function ajax_example/ajax_example_graceful_degradation.inc Form with 'add more' and 'remove' buttons.
ajax_example_add_more_add_one function ajax_example/ajax_example_graceful_degradation.inc Submit handler for the "add-one-more" button.
ajax_example_add_more_callback function ajax_example/ajax_example_graceful_degradation.inc Callback for both ajax-enabled buttons.
ajax_example_add_more_remove_one function ajax_example/ajax_example_graceful_degradation.inc Submit handler for the "remove one" button.
ajax_example_add_more_submit function ajax_example/ajax_example_graceful_degradation.inc Final submit handler.
cron_example_add_jobs_to_queue function cron_example/cron_example.module Submit function used to add the items to the queue.
dbtng_example_form_add function dbtng_example/dbtng_example.module Prepare a simple form to add an entry, with all the interesting fields.
dbtng_example_form_add_submit function dbtng_example/dbtng_example.module Submit handler for 'add entry' form.
entity_example_basic_add function entity_example/entity_example.module Provides a wrapper on the edit form to add a new entity.
FieldTestPermissionsExample::testAddRemoveFieldnoteCode function field_permission_example/tests/field_permission_example.test Add and remove the field through code.
FieldTestPermissionsExample::testAddRemoveFieldnoteForm function field_permission_example/tests/field_permission_example.test Add and remove the field through Form API.
form_example_tutorial_9_add_name function form_example/form_example_tutorial.inc Submit handler for "Add another name" button on form_example_tutorial_9().
GenericFieldTest::codeTestGenericAddAllFields function field_permission_example/tests/field_permission_example.test Add all testable fields as instances to a content type.
GenericFieldTest::formAddAllFields function field_permission_example/tests/field_permission_example.test Add all fields using Form API.
GenericFieldTest::formTestGenericFieldNodeAddDeleteForm function field_permission_example/tests/field_permission_example.test Add and delete all field types through Form API.
queue_example_add_remove_form function queue_example/queue_example.module Form generator for managing the queue.
queue_example_add_remove_form_claim function queue_example/queue_example.module Submit function for the "claim" button.
queue_example_add_remove_form_clear_queue function queue_example/queue_example.module Submit handler for clearing/deleting the queue.
queue_example_add_remove_form_delete function queue_example/queue_example.module Submit function for "Claim and delete" button.
queue_example_add_remove_form_insert function queue_example/queue_example.module Submit function for the insert-into-queue button.
queue_example_add_remove_form_run_cron function queue_example/queue_example.module Submit function for "run cron" button.
render_example_add_hr function render_example/render_example.module Alter the rendered output after all other theming.
render_example_add_prefix function render_example/render_example.module A '#post_render' function to add a little markup onto the end markup.
render_example_add_suffix function render_example/render_example.module A '#pre_render' function.
theme_render_example_add_div function render_example/render_example.module Wraps a div around the already-rendered #children.
theme_render_example_add_notes function render_example/render_example.module Wraps a div and add a little text after the rendered #children.
xmlrpc_example_client_add_submit function xmlrpc_example/xmlrpc_example.module Submit handler to query xmlrpc_example.add.
_xmlrpc_example_alter_add function xmlrpc_example/xmlrpc_example.module Sum the two arguments without limit checking.
_xmlrpc_example_server_add function xmlrpc_example/xmlrpc_example.module This is the callback for the xmlrpc_example.add method.