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
views_handler::groupby_form_submit function core/modules/views/includes/handlers.inc Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data.
CommonFormatDateTestCase::LANGCODE constant core/modules/simpletest/tests/common.test Arbitrary langcode for a custom language.
ajax_forms_test_ajax_commands_form function core/modules/simpletest/tests/ajax_forms_test.module Form to display the Ajax Commands.
config_import_single_form_validate function core/modules/config/config.admin.inc Validate handler for config_import_single_form().
CommonBackdropArrayUnitTest::$form property core/modules/simpletest/tests/common.test Form array to check.
theme_link_formatter_link_absolute function core/modules/link/link.theme.inc Formats a link as an absolute URL.
system_utf8mb4_convert_form_submit function core/modules/system/system.admin.inc Form submit function; convert existing database tables to utf8mb4.
views_handler_field_bulk_form.test file core/modules/views/tests/handlers/views_handler_field_bulk_form.test Definition of ViewsHandlerFieldBulkFormTest.
FormsFormStorageTestCase::$profile property core/modules/simpletest/tests/form.test The profile to install as a basis for testing.
FormsFormStorageTestCase::testForm function core/modules/simpletest/tests/form.test Tests using the form in a usual way.
theme_link_formatter_link_separate function core/modules/link/link.theme.inc Formats a link as separate title and URL elements.
hook_date_formatter_pre_view_alter function core/modules/date/date.api.php Alter the entity before formatting it.
FormsFormWrapperTestCase::$profile property core/modules/simpletest/tests/form.test The profile to install as a basis for testing.
file_field_formatter_settings_form function core/modules/file/file.field.inc Implements hook_field_formatter_settings_form().
layout_ajax_form_save_title_dialog function core/modules/layout/layout.admin.inc AJAX handler that updates the title.
hook_file_formatter_FORMATTER_view function core/modules/file/file.api.php Define formatter output.
form_test_wrapper_callback_wrapper function core/modules/simpletest/tests/form_test.module Form wrapper for form_test_wrapper_callback_form().
FormExampleTestCase::testTutorials function modules/examples/form_example/tests/form_example.test Test each tutorial.
theming_example_select_form_submit function modules/examples/theming_example/theming_example.module Submit handler for the select form.
views_ui_config_item_form_add_group function core/modules/views_ui/views_ui.admin.inc Add a new group to the exposed filter groups.
FormsRedirectTestCase::testRedirect function core/modules/simpletest/tests/form.test Tests form redirection.
FormsProgrammaticTestCase::$profile property core/modules/simpletest/tests/form.test The profile to install as a basis for testing.
contact_category_edit_form_validate function core/modules/contact/contact.admin.inc Form validation handler for contact_category_edit_form().
contact_category_delete_form_submit function core/modules/contact/contact.admin.inc Form submission handler for contact_category_delete_form().
database_example_form_update_submit function modules/examples/database_example/database_example.module Submit handler for the 'update entry' form.
_form_test_disabled_elements_submit function core/modules/simpletest/tests/form_test.module Return the form values via JSON.
number_field_instance_settings_form function core/modules/field/modules/number/number.module Implements hook_field_instance_settings_form().
redirect_list_404_filter_form_reset function core/modules/redirect/redirect.admin.inc Process filter form submission when the Reset button is pressed.
language_negotiation_configure_form function core/modules/locale/locale.admin.inc Builds the configuration form for language negotiation.
TaxonomyTermDepthLayoutAccess::form function core/modules/taxonomy/layout/taxonomy_term_depth_access.inc Settings form for configuring this access item.
AJAXFormPageCacheTestCase::$profile property core/modules/simpletest/tests/ajax.test The profile to install as a basis for testing.
ViewsPluginStyleUnformattedTestCase class core/modules/views/tests/styles/views_plugin_style_unformatted.test Tests the default/unformatted row style.
locale_translate_import_form_submit function core/modules/locale/locale.bulk.inc Process the locale import form submission.
FormsFormStorageTestCase::$web_user property core/modules/simpletest/tests/form.test
hook_ckeditor5_upgrade_format_alter function core/modules/ckeditor5/ckeditor5.api.php Modify a text format when it is upgraded from CKEditor 4 to CKEditor 5.
entityreference_field_settings_form function core/modules/entityreference/entityreference.module Implements hook_field_settings_form().
layout_entity_admin_add_form_submit function core/modules/layout/layout.entity.admin.inc Submit handler for layout_entity_admin_add_form().
layout_settings_form_condition_edit function core/modules/layout/layout.admin.inc Submit handler for layout_settings_form() that edits an condition.
FieldFormTestCase::$field_unlimited property core/modules/field/tests/field.test
views_handler_filter::operator_form function core/modules/views/handlers/views_handler_filter.inc Options form subform for setting the operator.
views_form_views_exposed_form_alter function core/modules/views/views.module Implement hook_form_alter for the exposed form.
book_form_node_delete_confirm_alter function core/modules/book/book.module Implements hook_form_FORM_ID_alter().
UpgradePathTestCase::performUpgrade function core/modules/simpletest/tests/upgrade/upgrade.test Perform the upgrade.
layout_menu_item_form_condition_add function core/modules/layout/layout.admin.inc Submit handler for layout_settings_form() that lets the user add a condition.
list_boolean_display_format_options function core/modules/field/modules/list/list.module The display format options for boolean fields.
locale_translate_edit_form_validate function core/modules/locale/locale.pages.inc Validate string editing form submissions.
field_group_field_formatter_options function core/modules/field_group/field_group.field_ui.inc Return an array of field_group_formatter options.
locale_translate_delete_form_submit function core/modules/locale/locale.pages.inc Process string deletion submissions.
field_group_format_settings_summary function core/modules/field_group/field_group.field_ui.inc Creates a summary for the field format configuration summary.
views_plugin_display::format_themes function core/modules/views/plugins/views_plugin_display.inc Format a list of theme templates for output by the theme info helper.

Pages

  • « first
  • ‹ previous
  • …
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • …
  • 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