Search for form
Title | Object type | File name | Summary |
---|---|---|---|
filter_fallback_format_title | function | modules/ |
Returns the title of the fallback text format. |
filter_formats | function | modules/ |
Retrieves a list of text formats, ordered by weight. |
filter_formats_reset | function | modules/ |
Resets the text format caches. |
filter_format_allowcache | function | modules/ |
Checks if the text in a certain text format is allowed to be cached. |
filter_format_disable | function | modules/ |
Disables a text format. |
filter_format_exists | function | modules/ |
Determines if a text format exists. |
filter_format_load | function | modules/ |
Loads a text format object from the database. |
filter_format_save | function | modules/ |
Saves a text format object to the database. |
filter_form_access_denied | function | modules/ |
Render API callback: Hides the field value of 'text_format' elements. |
filter_get_formats_by_role | function | modules/ |
Retrieves a list of text formats that are allowed for a given role. |
filter_get_roles_by_format | function | modules/ |
Retrieves a list of roles that are allowed to use a given text format. |
filter_list_format | function | modules/ |
Retrieves a list of filters for a given text format. |
filter_process_format | function | modules/ |
Expands an element into a base element with text format selector attached. |
filter_test_filter_format_disable | function | modules/ |
Implements hook_filter_format_disable(). |
filter_test_filter_format_insert | function | modules/ |
Implements hook_filter_format_insert(). |
filter_test_filter_format_update | function | modules/ |
Implements hook_filter_format_update(). |
Form API Reference | file | external_documentation/ |
Form API Reference |
Form builder functions | group | includes/ |
Functions that build an abstract representation of a HTML form. |
Form generation | group | includes/ |
Functions to enable the processing and display of HTML forms. |
form.api.php | file | modules/ |
Callbacks provided by the form system. |
form.inc | file | includes/ |
Functions for form and batch generation and processing. |
form.test | file | modules/ |
Unit tests for the Drupal Form API. |
FormAlterTestCase | class | modules/ |
Test form alter hooks. |
FormAlterTestCase::getInfo | function | modules/ |
|
FormAlterTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormAlterTestCase::testExecutionOrder | function | modules/ |
Tests execution order of hook_form_alter() and hook_form_FORM_ID_alter(). |
FormatDateUnitTest | class | modules/ |
Tests for the format_date() function. |
FormatDateUnitTest::$admin_user | property | modules/ |
|
FormatDateUnitTest::getInfo | function | modules/ |
|
FormatDateUnitTest::LANGCODE | constant | modules/ |
Arbitrary langcode for a custom language. |
FormatDateUnitTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormatDateUnitTest::testAdminDefinedFormatDate | function | modules/ |
Test admin-defined formats in format_date(). |
FormatDateUnitTest::testFormatDate | function | modules/ |
Tests for the format_date() function. |
Formatting | group | includes/ |
Functions to format numbers, strings, dates, etc. |
format_date | function | includes/ |
Formats a date, using a date type or a custom date format string. |
format_interval | function | includes/ |
Formats a time interval with the requested granularity. |
format_plural | function | includes/ |
Formats a string containing a count of items. |
format_rss_channel | function | includes/ |
Formats an RSS channel. |
format_rss_item | function | includes/ |
Formats a single RSS item. |
format_size | function | includes/ |
Generates a string representation for the given byte count. |
format_string | function | includes/ |
Formats a string for HTML display by replacing variable placeholders. |
format_username | function | includes/ |
Format a username. |
format_xml_elements | function | includes/ |
Formats XML elements. |
FormCheckboxTestCase | class | modules/ |
Tests checkbox element. |
FormCheckboxTestCase::getInfo | function | modules/ |
|
FormCheckboxTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormCheckboxTestCase::testFormCheckbox | function | modules/ |
|
FormElementTestCase | class | modules/ |
Tests building and processing of core form elements. |
FormElementTestCase::$profile | property | modules/ |
The profile to install as a basis for testing. |
FormElementTestCase::getInfo | function | modules/ |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.