form.inc |
file |
core/includes/form.inc |
Functions for form and batch generation and processing. |
node_form |
function |
core/modules/node/node.pages.inc |
Form constructor for the node add/edit form. |
hook_form |
function |
core/modules/node/node.api.php |
Display a node editing form. |
form.test |
file |
core/modules/simpletest/tests/form.test |
Unit tests for the Backdrop Form API. |
node_forms |
function |
core/modules/node/node.module |
Implements hook_forms(). |
views_form |
function |
core/modules/views/views.module |
This is the entry function. Just gets the form for the current step.
The form is always assumed to be multistep, even if it has only one
step (the default 'views_form_views_form' step). That way it is actually
possible for modules to have a… |
form_error |
function |
core/includes/form.inc |
Flags an element as having an error. |
hook_forms |
function |
core/modules/system/system.api.php |
Map form_ids to form builder functions. |
theme_form |
function |
core/includes/form.inc |
Returns HTML for a form. |
Formatting |
group |
core/includes/common.inc |
Functions to format numbers, strings, dates, etc. |
views_forms |
function |
core/modules/views/views.module |
Implements hook_forms(). |
Block::form |
function |
core/modules/layout/includes/block.class.inc |
Build the settings form for editing this block. |
search_form |
function |
core/modules/search/search.module |
Builds a search form. |
format_size |
function |
core/includes/common.inc |
Generates a string representation for the given byte count. |
format_date |
function |
core/includes/common.inc |
Formats a date, using a date type or a custom date format string. |
comment_form |
function |
core/modules/comment/comment.module |
Form constructor for the basic commenting form. |
search_forms |
function |
core/modules/search/search.module |
Implements hook_forms(). |
Layout::form |
function |
core/modules/layout/includes/layout.class.inc |
Return a form for configuring this layout's settings. |
form_builder |
function |
core/includes/form.inc |
Builds and processes all elements in the structured form array. |
form.api.php |
file |
core/modules/system/form.api.php |
Callbacks provided by the form system. |
confirm_form |
function |
core/modules/system/system.module |
Generates a form array for a confirmation form. |
form_test_url |
function |
core/modules/simpletest/tests/form_test.module |
Form constructor for testing #type 'url' elements. |
file_add_form |
function |
core/modules/file/file.pages.inc |
Form callback for adding a file via an upload form. |
views_form_id |
function |
core/modules/views/views.module |
Returns a form ID for a Views form using the name and display of the View. |
comment_forms |
function |
core/modules/comment/comment.module |
Implements hook_forms(). |
DiffFormatter |
class |
core/includes/diff.inc |
Base class for diff formatters |
format_string |
function |
core/includes/bootstrap.inc |
Formats a string for HTML display by replacing variable placeholders. |
FormsTestCase |
class |
core/modules/simpletest/tests/form.test |
|
format_plural |
function |
core/includes/common.inc |
Formats a string containing a count of items. |
ajax_get_form |
function |
core/includes/ajax.inc |
Gets a form submitted via #ajax during an Ajax callback. |
filter_formats |
function |
core/modules/filter/filter.module |
Retrieves a list of text formats, ordered by weight. |
field.form.inc |
file |
core/modules/field/field.form.inc |
Field forms management. |
form_get_cache |
function |
core/includes/form.inc |
Fetches a form from the cache. |
form_set_cache |
function |
core/includes/form.inc |
Stores a form in the cache. |
_form_validate |
function |
core/includes/form.inc |
Performs validation on form elements. |
form_set_error |
function |
core/includes/form.inc |
Files an error against a form element. |
form_get_error |
function |
core/includes/form.inc |
Returns the error message filed against the given form element. |
file_type_form |
function |
core/modules/file/file.admin.inc |
Form constructor for the file type settings form. |
form_set_value |
function |
core/includes/form.inc |
Changes submitted form values during form validation. |
node_type_form |
function |
core/modules/node/node.types.inc |
Form constructor for the node type editing form. |
form_test_menu |
function |
core/modules/simpletest/tests/form_test.module |
Implements hook_menu(). |
form_test.info |
file |
core/modules/simpletest/tests/form_test.info |
name = "FormAPI Test"
description = "Support module for Form API tests."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
dependencies[] = file
hidden = TRUE |
form_test_color |
function |
core/modules/simpletest/tests/form_test.module |
Form constructor for testing #type 'color' elements. |
form_test_email |
function |
core/modules/simpletest/tests/form_test.module |
Form constructor for testing #type 'email' elements. |
BlockHero::form |
function |
core/modules/layout/includes/block.hero.inc |
Builds the block's configuration form. |
DATE_FORMAT_ISO |
constant |
core/includes/date.inc |
|
FormUrlTestCase |
class |
core/modules/simpletest/tests/form.test |
Tests url element. |
_file_test_form |
function |
core/modules/simpletest/tests/file_test.module |
Form to test file uploads. |
SearchEmbedForm |
class |
core/modules/search/tests/search.test |
Tests that we can embed a form in search results and submit it. |
Form generation |
group |
core/includes/form.inc |
Functions to enable the processing and display of HTML forms. |