|
backup_settings_form_submit |
function |
core/includes/backup.inc |
Helper submit function for creating a backup. |
|
theme_views_form_views_form |
function |
core/modules/views/templates/views.theme.inc |
Theme function for a View with form elements: replace the placeholders. |
|
FormAlterTestCase::$profile |
property |
core/modules/simpletest/tests/form.test |
The profile to install as a basis for testing. |
|
_date_popup_format_to_popup |
function |
core/modules/date/date.elements.inc |
Recreate a date format string so it has the values popup expects. |
|
filter_get_format_tempstore |
function |
core/modules/filter/filter.module |
Get a format currently being edited from the tempstore. |
|
filter_set_format_tempstore |
function |
core/modules/filter/filter.module |
Store changes to a format in the temporary store. |
|
FormsElementsLabelsTestCase |
class |
core/modules/simpletest/tests/form.test |
Test form element labels, required markers and associated output. |
|
views_handler::options_form |
function |
core/modules/views/includes/handlers.inc |
Build the options form. |
|
views_handler::groupby_form |
function |
core/modules/views/includes/handlers.inc |
Provide a form for aggregation settings. |
|
ajax_forms_test_simple_form |
function |
core/modules/simpletest/tests/ajax_forms_test.module |
A basic form used to test form_state['values'] during callback. |
|
views_ui_delete_form_submit |
function |
core/modules/views_ui/views_ui.admin.inc |
Submit handler for views_ui_delete_form(). |
|
views_ui_revert_form_submit |
function |
core/modules/views_ui/views_ui.admin.inc |
Submit handler for views_ui_delete_form(). |
|
views_handler::exposed_form |
function |
core/modules/views/includes/handlers.inc |
Render our chunk of the exposed handler form when selecting |
|
_filter_example_information |
function |
modules/examples/filter_example/filter_example.module |
Simply returns a little bit of information about the example. |
|
system_utf8mb4_convert_form |
function |
core/modules/system/system.admin.inc |
Form to convert existing database tables to utf8mb4 if supported. |
|
user_pass_reset_form_submit |
function |
core/modules/user/user.pages.inc |
Submit handler for user_pass_reset_form(). |
|
taxonomy_form_term_validate |
function |
core/modules/taxonomy/taxonomy.admin.inc |
Validation handler for the term form. |
|
theming_example_select_form |
function |
modules/examples/theming_example/theming_example.module |
A simple form that displays a select box and submit button. |
|
FormsRebuildTestCase::setUp |
function |
core/modules/simpletest/tests/form.test |
Sets up a Backdrop site for running functional and integration tests. |
|
FormsRedirectTestCase::setUp |
function |
core/modules/simpletest/tests/form.test |
Sets up a Backdrop site for running functional and integration tests. |
|
contact_personal_form_submit |
function |
core/modules/contact/contact.pages.inc |
Form submission handler for contact_personal_form(). |
|
contact_category_delete_form |
function |
core/modules/contact/contact.admin.inc |
Form constructor for the contact category deletion form. |
|
database_example_form_update |
function |
modules/examples/database_example/database_example.module |
Sample UI to update a record. |
|
_form_test_disabled_elements |
function |
core/modules/simpletest/tests/form_test.module |
Build a form to test disabled elements. |
|
field_ui_display_form_submit |
function |
core/modules/field_ui/field_ui.admin.inc |
Form submission handler for field_ui_display_form(). |
|
DashboardTaxonomyBlock::form |
function |
core/modules/dashboard/includes/block.taxonomy.inc |
Build the settings form for editing this block. |
|
form_test_resizable_textarea |
function |
core/modules/simpletest/tests/form_test.module |
Menu callback for form-test/textarea-resize. |
|
filter_fallback_format_title |
function |
core/modules/filter/filter.module |
Returns the title of the fallback text format. |
|
FormUrlTestCase::testFormUrl |
function |
core/modules/simpletest/tests/form.test |
Tests that #type 'url' fields are properly validated and trimmed. |
|
comment_form_node_form_alter |
function |
core/modules/comment/comment.module |
Implements hook_form_BASE_FORM_ID_alter(). |
|
AJAXMultiFormTestCase::setUp |
function |
core/modules/simpletest/tests/ajax.test |
Sets up a Backdrop site for running functional and integration tests. |
|
locale_translate_import_form |
function |
core/modules/locale/locale.bulk.inc |
User interface for the translation import screen. |
|
layout_entity_admin_add_form |
function |
core/modules/layout/layout.entity.admin.inc |
Render the form for adding a layout for an entity. |
|
file_module_test_form_submit |
function |
core/modules/file/tests/file_module_test/file_module_test.module |
Form submission handler for file_module_test_form(). |
|
layout_content_form_validate |
function |
core/modules/layout/layout.admin.inc |
Validate the layout settings form. |
|
taxonomy_field_settings_form |
function |
core/modules/taxonomy/taxonomy.module |
Implements hook_field_settings_form(). |
|
FieldFormTestCase::$instance |
property |
core/modules/field/tests/field.test |
|
|
views_view_has_form_elements |
function |
core/modules/views/views.module |
Returns TRUE if the passed-in view contains handlers with views form
implementations, FALSE otherwise. |
|
views_form_views_form_submit |
function |
core/modules/views/views.module |
Submit handler for the first step of the views form.
Calls any existing views_form_submit functions located
on the views fields. |
|
layout_menu_item_form_submit |
function |
core/modules/layout/layout.admin.inc |
Form callback; Configure a layout menu item. |
|
layout_condition_return_form |
function |
core/modules/layout/layout.admin.inc |
Helper function to return a partial condition settings form. |
|
list_boolean_display_formats |
function |
core/modules/field/modules/list/list.module |
List of boolean display formats. |
|
layout_contexts_form_element |
function |
core/modules/layout/layout.admin.inc |
Partial form to generate a select list for selecting context. |
|
layout_ajax_form_open_dialog |
function |
core/modules/layout/layout.admin.inc |
AJAX handler that opens a form in a dialog. |
|
layout_ajax_form_save_dialog |
function |
core/modules/layout/layout.admin.inc |
AJAX handler that saves a form in a dialog and updates the underlying form. |
|
hook_field_widget_form_alter |
function |
core/modules/field/field.api.php |
Alter forms for field widgets provided by other modules. |
|
field_test_field_widget_form |
function |
core/modules/field/tests/field_test/field_test.field.inc |
Implements hook_field_widget_form(). |
|
ajax_test_dialog_form_submit |
function |
core/modules/simpletest/tests/ajax_test.module |
Non-AJAX behavior of the dialog buttons. |
|
install_settings_form_submit |
function |
core/includes/install.core.inc |
Form submission handler for install_settings_form(). |
|
locale_translate_delete_form |
function |
core/modules/locale/locale.pages.inc |
User interface for the string deletion confirmation screen. |