date_format_interval |
function |
core/includes/date.inc |
Formats a time interval with granularity, including past and future context. |
_form_options_expand |
function |
core/modules/field/modules/options/options.element.inc |
Logic function for form_options_expand(). Do not call directly. |
layout_settings_form |
function |
core/modules/layout/layout.admin.inc |
Render the settings form for layout. |
_form_options_search |
function |
core/modules/field/modules/options/options.element.inc |
Recursive function for finding default value keys. Matches on keys or values. |
search_form_validate |
function |
core/modules/search/search.pages.inc |
As the search form collates keys from other modules hooked in via
hook_form_alter, the validation takes place in _submit.
search_form_validate() is used solely to set the 'processed_keys' form
value for the basic search form. |
FormTextareaTestCase |
class |
core/modules/simpletest/tests/form.test |
Tests for form textarea. |
block_add_block_form |
function |
core/modules/block/block.admin.inc |
Form constructor for the add block form. |
form_example.install |
file |
modules/examples/form_example/form_example.install |
Examples demonstrating the Backdrop Form API. |
form_test_h5datetime |
function |
core/modules/simpletest/tests/form_test.module |
Form constructor for #type html_date, html_time and html_datetime elements. |
PageComponents::form |
function |
core/modules/system/block.page_components.inc |
Build the settings form for editing this block. |
filter_format_access |
function |
core/modules/filter/filter.module |
Access callback: Checks a user's access to a particular text format. |
image_style_add_form |
function |
core/modules/image/image.admin.inc |
Form builder; Form for adding a new image style. |
Layout::formValidate |
function |
core/modules/layout/includes/layout.class.inc |
Validate the settings form. |
admin_bar_form_alter |
function |
core/modules/admin_bar/admin_bar.module |
Implements hook_form_alter(). |
backdrop_form_submit |
function |
core/includes/form.inc |
Retrieves, populates, and processes a form. |
DiffFormatter::block |
function |
core/includes/diff.inc |
|
DiffFormatter::lines |
function |
core/includes/diff.inc |
|
DiffFormatter::added |
function |
core/includes/diff.inc |
|
drupal_retrieve_form |
function |
core/includes/drupal.inc |
Retrieves the structured array that defines a given form. |
drupal_validate_form |
function |
core/includes/drupal.inc |
Validates user-submitted form data in the $form_state array. |
drupal_redirect_form |
function |
core/includes/drupal.inc |
Redirects the user to a URL after a form has been processed. |
batch_test_mock_form |
function |
core/modules/simpletest/tests/batch_test.module |
A simple form with a textfield and submit button. |
form_options_flatten |
function |
core/includes/form.inc |
Allows PHP array processing of multiple select options with the same value. |
FormsTestCase::setUp |
function |
core/modules/simpletest/tests/form.test |
Sets up a Backdrop site for running functional and integration tests. |
system_settings_form |
function |
core/modules/system/system.module |
Sets up a form to save information automatically. |
SystemConfigFormCase |
class |
core/modules/simpletest/tests/system_config_test.inc |
Test forms that save data using the configuration system. |
ajax_forms_test.info |
file |
core/modules/simpletest/tests/ajax_forms_test.info |
name = "AJAX form test mock module"
description = "Test for AJAX form calls."
backdrop = 1.x
package = Testing
version = BACKDROP_VERSION
type = module
hidden = TRUE |
form_example_install |
function |
modules/examples/form_example/form_example.install |
Implements hook_install(). |
form_process_actions |
function |
core/includes/form.inc |
Processes a form actions container element. |
MailTestCase::format |
function |
core/modules/simpletest/tests/mail.test |
Concatenate and wrap the email body for plain-text mails. |
filter_formtest.info |
file |
core/modules/filter/tests/filter_formtest.info |
name = 'Filter form test'
description = 'Helper module to test filter form validation'
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
ajax_forms_test_menu |
function |
core/modules/simpletest/tests/ajax_forms_test.module |
Implements hook_menu(). |
views_ui_delete_form |
function |
core/modules/views_ui/views_ui.admin.inc |
Form callback; Delete a view. |
form_validate_number |
function |
core/includes/form.inc |
Form element validation handler for #type 'number'. |
form_process_details |
function |
core/includes/form.inc |
Processes a details element. |
views_ui_revert_form |
function |
core/modules/views_ui/views_ui.admin.inc |
Form callback; Delete a view. |
form_test_alter_form |
function |
core/modules/simpletest/tests/form_test.module |
Form builder for testing hook_form_alter() and hook_form_FORM_ID_alter(). |
form_test_form_alter |
function |
core/modules/simpletest/tests/form_test.module |
Implements hook_form_alter(). |
user_pass_reset_form |
function |
core/modules/user/user.pages.inc |
Form builder; one time login form with password reset. |
field_form_get_state |
function |
core/modules/field/field.form.inc |
Retrieves processing information about a field from $form_state. |
dblog_format_message |
function |
core/modules/dblog/dblog.admin.inc |
Returns HTML for a log message. |
field_form_set_state |
function |
core/modules/field/field.form.inc |
Stores processing information about a field in $form_state. |
dblog_clear_log_form |
function |
core/modules/dblog/dblog.admin.inc |
Form constructor for the form that clears out the log. |
ViewsExposedFormTest |
class |
core/modules/views/tests/views_exposed_form.test |
Tests exposed forms. |
form_label_test_form |
function |
core/modules/simpletest/tests/form_test.module |
A form for testing form labels and required marks. |
FormsRebuildTestCase |
class |
core/modules/simpletest/tests/form.test |
Tests form rebuilding. |
NodeBlock::formSubmit |
function |
core/modules/node/node.block.inc |
Submit handler to save the form settings. |
contact_personal_form |
function |
core/modules/contact/contact.pages.inc |
Form constructor for the personal contact form. |
BlockHero::formSubmit |
function |
core/modules/layout/includes/block.hero.inc |
Submit handler to save the form settings. |
filter_format_disable |
function |
core/modules/filter/filter.module |
Disables a text format. |