image_effect_form |
function |
core/modules/image/image.admin.inc |
Form builder; Form for adding and editing image effects. |
form_load_include |
function |
core/includes/form.inc |
Ensures an include file is loaded whenever the form is processed. |
image_resize_form |
function |
core/modules/image/image.admin.inc |
Form structure for the image resize form. |
image_rotate_form |
function |
core/modules/image/image.admin.inc |
Form structure for the image rotate form. |
drupal_build_form |
function |
core/includes/drupal.inc |
Builds and processes a form for a given form ID. |
file_display_form |
function |
core/modules/file/file.admin.inc |
Form callback; presents file display settings for a given view mode. |
Example: Form API |
group |
modules/examples/form_example/form_example.module |
This example demonstrates how to use the form API. |
form_example_menu |
function |
modules/examples/form_example/form_example.module |
Implements hook_menu(). |
path_form_element |
function |
core/modules/path/path.module |
Return a portion of a form for setting an alias on an entity. |
FieldFormTestCase |
class |
core/modules/field/tests/field.test |
|
views_ui_add_form |
function |
core/modules/views_ui/views_ui.admin.inc |
Form builder for the "Add view" page. |
form_process_date |
function |
core/includes/form.inc |
Expands a date element into year, month, and day select elements. |
form_example.test |
file |
modules/examples/form_example/tests/form_example.test |
Test file for form_example module. |
FormAlterTestCase |
class |
core/modules/simpletest/tests/form.test |
Test form alter hooks. |
date_input_format |
function |
core/modules/date/date.elements.inc |
Determine the input format for this element. |
field_attach_form |
function |
core/modules/field/field.attach.inc |
Add form elements for all fields for an entity to a form structure. |
form_validate_url |
function |
core/includes/form.inc |
Form element validation handler for #type 'url'. |
user_profile_form |
function |
core/modules/user/user.pages.inc |
Form builder; edit a user account. |
dblog_filter_form |
function |
core/modules/dblog/dblog.admin.inc |
Form constructor for the database logging filter form. |
cron_example_form |
function |
modules/examples/cron_example/cron_example.module |
The form to provide a link to cron.php. |
ajax_process_form |
function |
core/includes/ajax.inc |
Form element processing handler for the #ajax form property. |
contact_site_form |
function |
core/modules/contact/contact.pages.inc |
Form constructor for the site-wide contact form. |
menu_settings_form |
function |
core/modules/menu/menu.admin.inc |
Menu callback; global settings form for menus. |
filter_format_load |
function |
core/modules/filter/filter.module |
Loads a text format object from the database. |
filter_format_save |
function |
core/modules/filter/filter.module |
Saves a text format object to configuration. |
email_example_form |
function |
modules/examples/email_example/email_example.module |
The contact form. |
redirect_list_form |
function |
core/modules/redirect/redirect.admin.inc |
Form callback; Display the list of all redirects. |
COMMENT_FORM_BELOW |
constant |
core/modules/comment/comment.module |
Comment form should be shown below post or list of comments. |
redirect_edit_form |
function |
core/modules/redirect/redirect.admin.inc |
Form builder to add or edit an URL redirect. |
form_test_redirect |
function |
core/modules/simpletest/tests/form_test.module |
Form builder to detect form redirect. |
filter_list_format |
function |
core/modules/filter/filter.module |
Retrieves a list of filters for a given text format. |
theme_confirm_form |
function |
core/modules/system/system.theme.inc |
Returns HTML for a confirmation form. |
search_form_submit |
function |
core/modules/search/search.pages.inc |
Process a search form submission. |
user_register_form |
function |
core/modules/user/user.module |
Form builder; the user registration form. |
views_exposed_form |
function |
core/modules/views/views.module |
Form builder for the exposed widgets form. |
layout_delete_form |
function |
core/modules/layout/layout.admin.inc |
Form callback. Delete or revert a layout. |
path_patterns_form |
function |
core/modules/path/path.admin.inc |
Form builder; Configure the URL alias patterns. |
LinkCustomFormTest |
class |
core/modules/link/tests/link.custom.test |
Testing that the basics work for link fields on custom forms. |
node_form_validate |
function |
core/modules/node/node.pages.inc |
Form validation handler for node_form(). |
Layout::formSubmit |
function |
core/modules/layout/includes/layout.class.inc |
Save the settings added in the form method. |
drupal_form_submit |
function |
core/includes/drupal.inc |
Retrieves, populates, and processes a form. |
form_example_intro |
function |
modules/examples/form_example/form_example.module |
Page callback for our general info page. |
batch_test_no_form |
function |
core/modules/simpletest/tests/batch_test.module |
Menu callback: fire a batch process without a form submission. |
form_example_theme |
function |
modules/examples/form_example/form_example.module |
Implements hook_theme(). |
file_settings_form |
function |
core/modules/file/file.admin.inc |
Form callback for file settings. |
BlockExample::form |
function |
modules/examples/block_example/block_example.inc |
Builds the block's configuration form. |
views_ui_edit_form |
function |
core/modules/views_ui/views_ui.admin.inc |
Form builder callback for configuring a View. |
menu_overview_form |
function |
core/modules/menu/menu.admin.inc |
Form for editing an entire menu tree at once. |
theme_form_element |
function |
core/includes/form.inc |
Returns HTML for a form element. |
field_default_form |
function |
core/modules/field/field.form.inc |
Creates a form element for a field and can populate it with a default value. |