format_username |
function |
core/includes/drupal.inc |
Format a username. |
image_crop_form |
function |
core/modules/image/image.admin.inc |
Form structure for the image crop form. |
form_get_errors |
function |
core/includes/form.inc |
Returns an associative array of all errors. |
drupal_get_form |
function |
core/includes/drupal.inc |
Returns a renderable form array for a given form ID. |
BlockText::form |
function |
core/modules/layout/includes/block.text.inc |
Builds the block's configuration form. |
hook_form_alter |
function |
core/modules/system/system.api.php |
Perform alterations before a form is rendered. |
ConfirmFormTest |
class |
core/modules/system/tests/system.test |
Tests confirm form destinations. |
_form_set_class |
function |
core/includes/form.inc |
Sets a form element's class attribute. |
format_rss_item |
function |
core/includes/common.inc |
Formats a single RSS item. |
path_admin_form |
function |
core/modules/path/path.admin.inc |
Form builder; Main URL alias pattern administration form. |
format_interval |
function |
core/includes/common.inc |
Formats a time interval with the requested granularity. |
NodeBlock::form |
function |
core/modules/node/node.block.inc |
Builds the block's settings configuration form. |
form_test_select |
function |
core/modules/simpletest/tests/form_test.module |
Builds a form to test #type 'select' validation. |
form_test_number |
function |
core/modules/simpletest/tests/form_test.module |
Builds a form to test #type 'number' and 'range' validation. |
user_format_name |
function |
core/modules/user/user.module |
Format a username. |
DATE_FORMAT_UNIX |
constant |
core/includes/date.inc |
|
DATE_FORMAT_ICAL |
constant |
core/includes/date.inc |
|
DATE_FORMAT_DATE |
constant |
core/includes/date.inc |
|
date_type_format |
function |
core/includes/date.inc |
Helper function for getting the format string for a date type. |
date_format_date |
function |
core/includes/date.inc |
Formats a date, using a date type or a custom date format string. |
FieldBlock::form |
function |
core/modules/field/field.block.inc |
Builds the block's configuration form. |
book_form_update |
function |
core/modules/book/book.module |
Renders a new parent page select element when the book selection changes. |
date_part_format |
function |
core/includes/date.inc |
Helper function to get a format for a specific part of a date field. |
DATE_FORMAT_TIME |
constant |
core/includes/date.inc |
|
file_manage_form |
function |
core/modules/file/file.pages.inc |
Page callback: Form constructor for the file manage form. |
book_remove_form |
function |
core/modules/book/book.pages.inc |
Form constructor to confirm removal of a node from a book. |
image_style_form |
function |
core/modules/image/image.admin.inc |
Form builder; Configure an image style name and effects order. |
node_form_submit |
function |
core/modules/node/node.pages.inc |
Form submission handler that saves the node for node_form(). |
ViewsBlock::form |
function |
core/modules/views/includes/views.block.inc |
Build the settings form for editing this block. |
image_scale_form |
function |
core/modules/image/image.admin.inc |
Form structure for the image scale form. |
form_clear_error |
function |
core/includes/form.inc |
Clears all errors against all form elements made by form_set_error(). |
form_get_options |
function |
core/includes/form.inc |
Returns the indexes of a select element's options matching a given key. |
config_sync_form |
function |
core/modules/config/config.admin.inc |
Form callback; Build the form for syncing all staged configuration. |
file_delete_form |
function |
core/modules/file/file.pages.inc |
Page callback: Form constructor for the file deletion confirmation form. |
form_test.module |
file |
core/modules/simpletest/tests/form_test.module |
Helper module for the Form API tests. |
user_account_form |
function |
core/modules/user/user.module |
Helper function to add default user account fields to user registration and edit form. |
FormEmailTestCase |
class |
core/modules/simpletest/tests/form.test |
Tests email element. |
form_test_html_id |
function |
core/modules/simpletest/tests/form_test.module |
Builds a simple form to test duplicate HTML IDs. |
LayoutStyle::form |
function |
core/modules/layout/plugins/styles/layout_style_default.inc |
Specifies the settings form for configuring the style. |
node_content_form |
function |
core/modules/node/node.module |
Implements hook_form(). |
BlockLegacy::form |
function |
core/modules/layout/includes/block_legacy.class.inc |
Build the settings form for editing this block. |
locale_form_alter |
function |
core/modules/locale/locale.module |
Implements hook_form_alter(). |
date_limit_format |
function |
core/includes/date.inc |
Limits a date format to include only elements from a given granularity array. |
date_format_order |
function |
core/includes/date.inc |
Converts a format to an ordered array of granularity parts. |
Block::formSubmit |
function |
core/modules/layout/includes/block.class.inc |
Submit handler to save the form settings. |
form_example.info |
file |
modules/examples/form_example/form_example.info |
name = Form Example
description = Examples of using the form API.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module |
backdrop-form.css |
file |
core/themes/basis/css/component/backdrop-form.css |
Backdrop form styling. |
layout_clone_form |
function |
core/modules/layout/layout.admin.inc |
Form callback; Copy an existing layout into a new layout. |
node_form_preview |
function |
core/modules/node/node.pages.inc |
Form submission handler that redirects to the node preview(). |
backdrop_get_form |
function |
core/includes/form.inc |
Returns a renderable form array for a given form ID. |