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
_date_field_instance_settings_form function core/modules/date/date.admin.inc Helper function for date_field_instance_settings_form().
list_field_formatter_settings_form function core/modules/field/modules/list/list.module Implements hook_field_formatter_settings_form().
system_configure_date_formats_form function core/modules/system/system.admin.inc Allow users to add additional date formats.
user_form_test_user_account_submit function core/modules/user/tests/user_form_test/user_form_test.module Submit function for user_profile_form().
link_field_custom_form_test.module file core/modules/link/tests/modules/link_field_custom_form_test/link_field_custom_form_test.module Helper module for testing link fields with custom forms.
views_plugin_display::options_form function core/modules/views/plugins/views_plugin_display.inc Provide the default form for setting options.
hook_field_formatter_settings_form function core/modules/field_ui/field_ui.api.php Specify the form elements for a formatter's settings.
form_test_validate_no_token_submit function core/modules/simpletest/tests/form_test.module Form submission handler for form_test_validate_no_token().
views_handler_argument_formula.inc file core/modules/views/handlers/views_handler_argument_formula.inc Definition of views_handler_argument_formula.
field_test_field_widget_form_alter function core/modules/field/tests/field_test/field_test.module Implements hook_field_widget_form_alter().
field_ui_form_node_type_form_alter function core/modules/field_ui/field_ui.module Implements hook_form_FORM_ID_alter().
entity_example_basic_form_validate function modules/examples/entity_example/entity_example.module Validation handler for entity_example_basic_add_form form.
EntityReferenceFormTestCase::setUp function core/modules/entityreference/tests/entityreference.form.test Sets up a Backdrop site for running functional and integration tests.
date_form_views_ui_edit_form_alter function core/modules/date/date.module Implements hook_form_FORM_ID_alter() for views_ui_edit_form().
date_date_formatter_pre_view_alter function core/modules/date/date.module Implements hook_date_formatter_view_alter().
date_field_formatter_settings_form function core/modules/date/date.field.inc Implements hook_field_formatter_settings_form().
_form_builder_handle_input_element function core/includes/form.inc Adds the #name and #value properties of an input element before rendering.
BackdropDiffFormatter::$showHeader property core/includes/diff.inc
date_sql_handler::sql_where_format function core/modules/date/views/date_sql_handler.inc Create a where clause to compare a formatted field to a formatted value.
BackdropDiffFormatter::blockHeader function core/includes/diff.inc
BackdropDiffFormatter::deletedLine function core/includes/diff.inc
date_sql_handler::granularity_form function core/modules/date/views/date_sql_handler.inc @todo.
BackdropDiffFormatter::contextLine function core/includes/diff.inc
EntityIDLayoutAccess::formValidate function core/modules/layout/plugins/access/entity_id_layout_access.inc
image_field_instance_settings_form function core/modules/image/image.field.inc Implements hook_field_instance_settings_form().
_system_sort_form_values_by_config function core/modules/system/system.module Sorts the $form_state['values'] array into CMI buckets by $form['#config'].
session_test_form_user_login_alter function core/modules/simpletest/tests/session_test.module Implements hook_form_FORM_ID_alter().
FormsTestCase::testColorValidation function core/modules/simpletest/tests/form.test Tests validation of #type 'color' elements.
BackupDatabase::backupSettingsForm function core/includes/backup/backup.database.inc Get the form for the backup settings for this destination.
FormsElementsLabelsTestCase::setUp function core/modules/simpletest/tests/form.test Sets up a Backdrop site for running functional and integration tests.
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.

Pages

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