|
views_ui_add_form_cancel_submit |
function |
core/modules/views_ui/views_ui.admin.inc |
Cancel the add view form. |
|
field_test_entity_form_validate |
function |
core/modules/field/tests/field_test/field_test.entity.inc |
Validate handler for field_test_entity_form(). |
|
FormsTestCase::testInputForgery |
function |
core/modules/simpletest/tests/form.test |
Test Form API protections against input forgery. |
|
BackdropWebTestCase::handleForm |
function |
core/modules/simpletest/backdrop_web_test_case.php |
Handle form input related to backdropPost(). Ensure that the specified fields
exist and attempt to create POST data in the correct manner for the particular
field type. |
|
entity_form_submit_build_entity |
function |
core/modules/entity/entity.module |
Copies submitted values to entity properties for simple entity forms. |
|
filter_admin_format_form_cancel |
function |
core/modules/filter/filter.admin.inc |
Submit handler for filter_admin_format_form() that cancels in-progress work. |
|
cache_example_form_expire_files |
function |
modules/examples/cache_example/cache_example.module |
Submit handler that explicitly clears cache_example_files_count from cache. |
|
CommonFormatDateTestCase::setUp |
function |
core/modules/simpletest/tests/common.test |
Sets up a Backdrop site for running functional and integration tests. |
|
_text_field_uses_default_format |
function |
core/modules/field/modules/text/text.module |
Utility to determine whether the default format is in use. |
|
theme_link_formatter_link_plain |
function |
core/modules/link/link.theme.inc |
Formats a link (or its title) as plain text. |
|
form_test_element_validate_name |
function |
core/modules/simpletest/tests/form_test.module |
Form element validation handler for 'name' in form_test_validate_form(). |
|
views_plugin_exposed_form_basic |
class |
core/modules/views/plugins/views_plugin_exposed_form_basic.inc |
Exposed form plugin that provides a basic exposed form. |
|
views_handler::show_expose_form |
function |
core/modules/views/includes/handlers.inc |
Shortcut to display the exposed options form. |
|
theme_link_formatter_link_short |
function |
core/modules/link/link.theme.inc |
Formats a link using "Link" as the link text. |
|
FormsFormStorageTestCase::setUp |
function |
core/modules/simpletest/tests/form.test |
Sets up a Backdrop site for running functional and integration tests. |
|
theme_link_formatter_link_label |
function |
core/modules/link/link.theme.inc |
Formats a link using the field's label as link text. |
|
ajax_forms_test_validation_form |
function |
core/modules/simpletest/tests/ajax_forms_test.module |
This form and its related submit and callback functions demonstrate
not validating another form element when a single Ajax element is triggered. |
|
_form_test_tableselect_get_data |
function |
core/modules/simpletest/tests/form_test.module |
Create a header and options array. Helper function for callbacks. |
|
taxonomy_form_vocabulary_submit |
function |
core/modules/taxonomy/taxonomy.admin.inc |
Form submission handler for taxonomy_form_vocabulary(). |
|
user_cancel_confirm_form_submit |
function |
core/modules/user/user.pages.inc |
Submit handler for user_cancel_confirm_form(). |
|
hook_date_formatter_dates_alter |
function |
core/modules/date/date.api.php |
Alter the dates array created by date_formatter_process(). |
|
FormsFormWrapperTestCase::setUp |
function |
core/modules/simpletest/tests/form.test |
Sets up a Backdrop site for running functional and integration tests. |
|
form_test_wrapper_callback_form |
function |
core/modules/simpletest/tests/form_test.module |
Form builder for form wrapper callback test. |
|
FormExampleTestCase::testWizard |
function |
modules/examples/form_example/tests/form_example.test |
Test Wizard tutorial. |
|
_simpletest_format_summary_line |
function |
core/modules/simpletest/simpletest.module |
|
|
views_ui_config_item_form_submit |
function |
core/modules/views_ui/views_ui.admin.inc |
Submit handler for configing new item(s) to a view. |
|
FormsProgrammaticTestCase::setUp |
function |
core/modules/simpletest/tests/form.test |
Sets up a Backdrop site for running functional and integration tests. |
|
views_ui_config_item_form_remove |
function |
core/modules/views_ui/views_ui.admin.inc |
Submit handler for removing an item from a view |
|
database_example_form_add_submit |
function |
modules/examples/database_example/database_example.module |
Submit handler for 'add entry' form. |
|
views_ui_config_item_form_expose |
function |
core/modules/views_ui/views_ui.admin.inc |
Override handler for views_ui_edit_display_form |
|
translation_form_node_form_alter |
function |
core/modules/translation/translation.module |
Implements hook_form_BASE_FORM_ID_alter() for node_form(). |
|
batch_example_simple_form_submit |
function |
modules/examples/batch_example/batch_example.module |
Submit handler. |
|
redirect_list_filter_form_submit |
function |
core/modules/redirect/redirect.admin.inc |
Process filter form submission when the Filter button is pressed. |
|
views_ui_config_item_form_rescan |
function |
core/modules/views_ui/views_ui.admin.inc |
Submit hook to clear Backdrop's theme registry (thereby triggering
a templates rescan). |
|
UserPermissionLayoutAccess::form |
function |
core/modules/layout/plugins/access/user_permission_layout_access.inc |
Settings form for configuring this access item. |
|
LanguageLayoutAccess::formSubmit |
function |
core/modules/layout/plugins/access/language_layout_access.inc |
Submit handler for the settings form for this access item. |
|
DashboardContentTypesBlock::form |
function |
core/modules/dashboard/includes/block.node_types.inc |
Build the settings form for editing this block. |
|
views_ui_form_button_was_clicked |
function |
core/modules/views_ui/views_ui.admin.inc |
#process callback for a button; determines if a button is the form's triggering element. |
|
FormEmailTestCase::testFormEmail |
function |
core/modules/simpletest/tests/form.test |
Tests that #type 'email' fields are properly validated. |
|
redirect_edit_form_delete_submit |
function |
core/modules/redirect/redirect.admin.inc |
Form submit handler; handle the 'Delete' button on redirect_edit_form(). |
|
UserRoleLayoutAccess::formSubmit |
function |
core/modules/layout/plugins/access/user_role_layout_access.inc |
Submit handler for the settings form for this access item. |
|
form_test_checkbox_type_juggling |
function |
core/modules/simpletest/tests/form_test.module |
|
|
views_plugin_exposed_form::query |
function |
core/modules/views/plugins/views_plugin_exposed_form.inc |
Add anything to the query that we might need to. |
|
UserAdminSettingsFormTest::setUp |
function |
core/modules/user/tests/user.test |
Sets up a Backdrop site for running functional and integration tests. |
|
AJAXMultiFormTestCase::$web_user |
property |
core/modules/simpletest/tests/ajax.test |
|
|
AJAXFormPageCacheTestCase::setUp |
function |
core/modules/simpletest/tests/ajax.test |
Sets up a Backdrop site for running functional and integration tests. |
|
locale_translate_export_pot_form |
function |
core/modules/locale/locale.bulk.inc |
Translation template export form. |
|
views_plugin_style::options_form |
function |
core/modules/views/plugins/views_plugin_style.inc |
Provide a form to edit options for this plugin. |
|
ckeditor5_settings_form_validate |
function |
core/modules/ckeditor5/ckeditor5.admin.inc |
Additional validate handler for filter_admin_format_form(). |
|
layout_settings_form_save_submit |
function |
core/modules/layout/layout.admin.inc |
Submit handler for layout_settings_form() that saves in-progress changes. |