Skip to main content
backdrop Documentation
Documentation and API source code for Backdrop CMS.
  • Welcome!
    • Login

Search for form

  1. Home »
  2. API reference »
  3. 1.x
Name Type Location Description
AJAXFormPageCacheTestCase::getFormBuildId function core/modules/simpletest/tests/ajax.test Return the build id of the current form.
views_handler_argument_null::options_form function core/modules/views/handlers/views_handler_argument_null.inc Override options_form() so that only the relevant options are displayed to the user.
views_handler_field_boolean::options_form function core/modules/views/handlers/views_handler_field_boolean.inc Default options form that provides the label widget that all fields should have.
user_form_field_ui_field_edit_form_submit function core/modules/user/user.module Additional submit handler for the 'Edit field instance' form.
layout_block_configure_form_condition_add function core/modules/layout/layout.admin.inc Submit handler for layout_block_configure_form() to add a condition.
system_site_information_settings_validate function core/modules/system/system.admin.inc Validates the submitted site-information form.
minimal_form_install_configure_form_alter function core/profiles/minimal/minimal.profile Implements hook_form_FORM_ID_alter() for install_configure_form().
locale_form_language_admin_add_form_alter function core/modules/locale/locale.module Implements hook_form_FORM_ID_alter() for language_admin_add_form(().
date_views_argument_handler::options_form function core/modules/date/views/date_views_argument_handler.inc Add a form element to select date_fields for this argument.
views_handler_filter_equality::value_form function core/modules/views/handlers/views_handler_filter_equality.inc Provide a simple textfield for equality
menu_overview_form_language_filter_submit function core/modules/menu/menu.admin.inc Submit handler for menu_overview_form().
system_configure_date_formats_form_submit function core/modules/system/system.admin.inc Process date format string submission.
views_handler_filter_broken::options_form function core/modules/views/handlers/views_handler_filter.inc Provide the basic form which calls through to subforms. If overridden, it is best to call through to the parent, or to at least make sure all of the functions in this form are called.
FilterEditorLinkValidateTestCase::$format property core/modules/filter/tests/filter_dialog.test
views_handler_field_bulk_form::pre_render function core/modules/views/handlers/views_handler_field_bulk_form.inc Overrides views_handler_field::pre_render().
views_handler_field_bulk_form::views_form function core/modules/views/handlers/views_handler_field_bulk_form.inc Form constructor for the bulk form.
views_handler_field_counter::options_form function core/modules/views/handlers/views_handler_field_counter.inc Default options form that provides the label widget that all fields should have.
FormValidationTestCase::testDisabledToken function core/modules/simpletest/tests/form.test Tests that a form with a disabled CSRF token can be validated.
views_handler_filter_search::options_form function core/modules/search/views/views_handler_filter_search.inc Overrides views_handler_filter::options_form().
node_preview_banner_form_view_mode_submit function core/modules/node/node.pages.inc Submit handler for the node preview view mode selection form.
views_handler_field_numeric::options_form function core/modules/views/handlers/views_handler_field_numeric.inc Default options form that provides the label widget that all fields should have.
views_plugin_pager::exposed_form_validate function core/modules/views/plugins/views_plugin_pager.inc
_filter_formtest_editor_image_form_submit function core/modules/filter/tests/filter_formtest.module Construct and display a string for assertion in test.
language_admin_add_predefined_form_submit function core/modules/language/language.admin.inc Process the predefined language addition form submission.
form_example_phonenumber_discrete_process function modules/examples/form_example/form_example_elements.inc Process callback for the discrete version of phonenumber.
FieldFormTestCase::testFieldFormUnlimited function core/modules/field/tests/field.test
form_example_phonenumber_combined_process function modules/examples/form_example/form_example_elements.inc Process callback for the combined version of the phonenumber element.
FieldFormTestCase::testFieldFormJSAddMore function core/modules/field/tests/field.test
date_views_filter_handler_simple::$format property core/modules/date/views/date_views_filter_handler_simple.inc
term_overview_form_language_filter_submit function core/modules/taxonomy/taxonomy.admin.inc Submit handler for term_overview_form().
queue_example_add_remove_form_clear_queue function modules/examples/queue_example/queue_example.module Submit handler for clearing/deleting the queue.
views_ui_edit_form_submit_disable_display function core/modules/views_ui/views_ui.admin.inc Submit handler to disable display.
ViewsExposedFormTest::testExposedRemember function core/modules/views/tests/views_exposed_form.test Test remembering exposed filters.
taxonomy_field_formatter_settings_summary function core/modules/taxonomy/taxonomy.module Implements hook_field_formatter_settings_summary().
views_handler_field_comment::options_form function core/modules/comment/views/views_handler_field_comment.inc Provide link-to-comment option
views_handler_argument_formula::construct function core/modules/views/handlers/views_handler_argument_formula.inc Constructor
CommonFormatDateTestCase::createTimestamp function core/modules/simpletest/tests/common.test Creates a UNIX timestamp given a date and time string in the format year-month-day hour:minute:seconds (e.g. 2013-12-11 10:09:08).
form_test_form_form_test_alter_form_alter function core/modules/simpletest/tests/form_test.module Implements hook_form_FORM_ID_alter().
contextual_links_example_object_edit_form function modules/examples/contextual_links_example/contextual_links_example.module Form callback; display the form for editing our module's content.
contextual_links_example_node_action_form function modules/examples/contextual_links_example/contextual_links_example.module Form callback; display the form for performing an example action on a node.
form_test_validate_required_form_no_title function core/modules/simpletest/tests/form_test.module Form constructor to test the #required property without #title.
installer_browser_installation_theme_form function core/modules/installer/installer.pages.inc Form builder for theme install.
FormsFormStorageTestCase::testMutableForm function core/modules/simpletest/tests/form.test Verify that the form build-id remains the same when validation errors occur on a mutable form.
_form_test_tableselect_multiple_true_form function core/modules/simpletest/tests/form_test.module Test the tableselect #multiple = TRUE functionality.
layout_settings_form_add_additional_paths function core/modules/layout/layout.admin.inc Submit handler for layout_settings_form() that adds an additional path.
views_plugin_row_rss_fields::options_form function core/modules/views/plugins/views_plugin_row_rss_fields.inc Provide a form for setting options.
form_test_storage_page_cache_old_build_id function core/modules/simpletest/tests/form_test.module Form element #after_build callback: output the old form build-id.
DashboardOverviewContentBlock::formSubmit function core/modules/dashboard/includes/block.overview_content.inc Submit handler to save the form settings.
views_handler_field_file_uri::options_form function core/modules/file/views/views_handler_field_file_uri.inc Provide link to file option
views_ui_config_item_form_submit_temporary function core/modules/views_ui/views_ui.admin.inc A submit handler that is used for storing temporary items when using multi-step changes, such as ajax requests.

Pages

  • « first
  • ‹ previous
  • …
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • …
  • next ›
  • last »

Directory

  • Getting started
    • Installing
    • Updates vs upgrades
    • Hosting/deploying
  • Upgrading from Drupal
    • Introduction
    • Upgrade overview
    • Converting Drupal code
  • User guide
    • Quick start guide
    • Using Backdrop
  • Add-On Documentation
  • Developing for Backdrop
    • Developing modules
    • Developing themes
    • Developing layouts
    • Using libraries
    • Local development
    • Writing secure code
    • Using JavaScript
  • Contributors guide
    • Contribute to Backdrop core
      • How to use the core issue queue
      • Adding labels to issues
      • Adding milestones to issues
    • Contribute Backdrop add-ons
    • Contribute to documentation
  • Developer API
    • Topics
    • Functions
    • Classes
    • Files
    • Globals
    • Icon API
    • Database API
    • Theme functions
    • Form API reference
    • Dialog API
  • Appendix/reference
    • Change records
    • Glossary
    • Coding & documentation standards
    • Contrib permissions policy

Stay connected

Sign up for our newsletter

Powered by Backdrop CMS

Footer Menu

  • documentation
  • localization
  • events
  • forum
  • backdropcms.org