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
ViewsHandlerFieldBulkFormTest::testNodeAndUserBulkForm function core/modules/views/tests/handlers/views_handler_field_bulk_form.test Test Bulk Forms for user entities joined to nodes by uid.
views_handler_argument_field_list_string::options_form function core/modules/field/views/views_handler_argument_field_list_string.inc Build the options form.
FormStateValuesCleanTestCase::testFormStateValuesClean function core/modules/simpletest/tests/form.test Tests form_state_values_clean().
form_test_form_state_values_clean_advanced_form_submit function core/modules/simpletest/tests/form_test.module Form submission handler for form_test_form_state_values_clean_advanced_form().
views_handler_relationship_node_term_data::options_form function core/modules/taxonomy/views/views_handler_relationship_node_term_data.inc Default options form that provides the label widget that all fields should have.
UserPictureTestCase::testUserPictureAdminFormValidation function core/modules/user/tests/user.test Tests the admin form validates user picture settings.
views_handler_filter_history_user_timestamp::value_form function core/modules/node/views/views_handler_filter_history_user_timestamp.inc Options form subform for setting options.
GenericFieldTest::formTestGenericFieldNodeAddDeleteForm function modules/examples/field_permission_example/tests/field_permission_example.test Add and delete all field types through Form API.
FilterFormatAccessTestCase::testFormatWidgetPermissions function core/modules/filter/tests/filter.test Tests editing a page using a disallowed text format.
FieldTestPermissionsExample::testAddRemoveFieldnoteForm function modules/examples/field_permission_example/tests/field_permission_example.test Add and remove the field through Form API.
FormsElementsDescriptionsTestCase::testFormDescriptions function core/modules/simpletest/tests/form.test Test Form Descriptions.
redirect_handler_field_redirect_link_edit::options_form function core/modules/redirect/views/redirect_handler_field_redirect_link_edit.inc Default options form that provides the label widget that all fields should have.
views_plugin_row_node_rss::options_form_summary_options function core/modules/node/views/views_plugin_row_node_rss.inc Return the main options, which are shown in the summary title.
FormValidationTestCase::testMultiFormSameNameErrorClass function core/modules/simpletest/tests/form.test Tests error border of multiple fields with same name in a page.
FormH5datetimeTestCase::testNoAccessH5DateOrTimeElement function core/modules/simpletest/tests/form.test Test return value for disabled html_date and html_time elements.
form_test_limit_validation_errors_element_validate_test function core/modules/simpletest/tests/form_test.module Form element validation handler for the 'test' element.
views_handler_filter_history_user_timestamp::expose_form function core/modules/node/views/views_handler_filter_history_user_timestamp.inc Options form subform for exposed filter options.
LocaleDateFormatsFunctionalTest::testLocalizeDateFormats function core/modules/locale/tests/locale.test Functional tests for localizing date formats.
views_plugin_exposed_form_input_required::options_submit function core/modules/views/plugins/views_plugin_exposed_form_input_required.inc Handle any special handling on the validate form.
views_handler_field_history_user_timestamp::options_form function core/modules/node/views/views_handler_field_history_user_timestamp.inc Provide link to node option
views_plugin_row_node_view::options_form_summary_options function core/modules/node/views/views_plugin_row_node_view.inc Return the main options, which are shown in the summary title.
redirect_handler_field_redirect_operations::options_form function core/modules/redirect/views/redirect_handler_field_redirect_operations.inc Default options form that provides the label widget that all fields should have.
views_plugin_row_user_view::options_form_summary_options function core/modules/user/views/views_plugin_row_user_view.inc Return the main options, which are shown in the summary title.
FormsElementsTableSelectFunctionalTest::testMultipleTrue function core/modules/simpletest/tests/form.test Test the display of checkboxes when #multiple is TRUE.
FormsElementsTableSelectFunctionalTest::formSubmitHelper function core/modules/simpletest/tests/form.test Helper function for the option check test to submit a form while collecting errors.
views_handler_argument_term_node_tid_depth::options_form function core/modules/taxonomy/views/views_handler_argument_term_node_tid_depth.inc Build the options form.
views_plugin_argument_default_taxonomy_tid::options_form function core/modules/taxonomy/views/views_plugin_argument_default_taxonomy_tid.inc Provide the default form for setting options.
ImageFieldDisplayTestCase::testImageFieldFormattersPublic function core/modules/image/tests/image.test Test image formatters on node display for public files.
ListFieldDisplayTestCase::testListDisplayFormatterBoolean function core/modules/field/modules/list/tests/list.test List (boolean) : test 'On/Off' values input.
filter_formtest_form_filter_format_editor_link_form_alter function core/modules/filter/tests/filter_formtest.module Implements hook_form_FORM_ID_alter().
redirect_handler_field_redirect_link_delete::options_form function core/modules/redirect/views/redirect_handler_field_redirect_link_delete.inc Default options form that provides the label widget that all fields should have.
views_plugin_style_summary_unformatted::option_definition function core/modules/views/plugins/views_plugin_style_summary_unformatted.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
EntityReferenceBehaviorHandlerTaxonomyIndex::settingsForm function core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandlerTaxonomyIndex.inc Overrides EntityReferenceBehaviorHandler::settingsForm().
FormsElementsTableSelectFunctionalTest::testMultipleFalse function core/modules/simpletest/tests/form.test Test the display of radios when #multiple is FALSE.
FormsFormStorageTestCase::testCachedFormStorageValidation function core/modules/simpletest/tests/form.test Tests updating cached form storage during form validation.
views_plugin_argument_validate_taxonomy_term::options_form function core/modules/taxonomy/views/views_plugin_argument_validate_taxonomy_term.inc Provide the default form for setting options.
FormsArbitraryRebuildTestCase::testUserRegistrationRebuild function core/modules/simpletest/tests/form.test Tests a basic rebuild with the user registration form.
ImageFieldDisplayTestCase::testImageFieldFormattersPrivate function core/modules/image/tests/image.test Test image formatters on node display for private files.
ViewsPluginStyleUnformattedTestCase::testDefaultRowClasses function core/modules/views/tests/styles/views_plugin_style_unformatted.test Take sure that the default css classes works as expected.
filter_formtest_form_filter_format_editor_image_form_alter function core/modules/filter/tests/filter_formtest.module Implements hook_form_FORM_ID_alter().
views_plugin_row_comment_rss::options_form_summary_options function core/modules/comment/views/views_plugin_row_comment_rss.inc Return the main options, which are shown in the summary title
filter_admin_format_filter_settings_form_redirect_validate function core/modules/filter/filter.admin.inc Validation for filter "Configure" buttons in filter_admin_format_form().
FormsElementsTableSelectFunctionalTest::testAdvancedSelect function core/modules/simpletest/tests/form.test Test the #js_select property.
installer_browser_installation_select_versions_form_submit function core/modules/installer/installer.pages.inc Submit handler for the select versions form.
views_plugin_exposed_form_input_required::option_definition function core/modules/views/plugins/views_plugin_exposed_form_input_required.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
FieldFormTestCase::testFieldFormMultivalueWithRequiredRadio function core/modules/field/tests/field.test Tests widget handling of multiple required radios.
views_plugin_row_comment_view::options_form_summary_options function core/modules/comment/views/views_plugin_row_comment_view.inc Return the main options, which are shown in the summary title.
ajax_forms_test_advanced_commands_changed_asterisk_callback function core/modules/simpletest/tests/ajax_forms_test.module Ajax callback for 'changed' with asterisk marking inner div.
FormsFormStorageTestCase::testImmutableFormLegacyProtection function core/modules/simpletest/tests/form.test Verify that existing contrib code cannot overwrite immutable form state.
EntityReferenceFormTestCase::postNodeFormWithEntityReference function core/modules/entityreference/tests/entityreference.form.test Helper method to submit node creation form.

Pages

  • « first
  • ‹ previous
  • …
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 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
  • 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