form_get_error |
function |
drupal/core/includes/form.inc |
Returns the error message filed against the given form element. |
form_set_value |
function |
drupal/core/includes/form.inc |
Changes submitted form values during form validation. |
EntityFormTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFormTest.php |
Tests the Entity Form Controller. |
entity_form_id |
function |
drupal/core/includes/entity.inc |
Returns the form id for the given entity and operation. |
TableFormatter |
class |
drupal/core/modules/file/lib/Drupal/file/Plugin/field/formatter/TableFormatter.php |
Plugin implementation of the 'file_table' formatter. |
hook_form_alter |
function |
drupal/core/modules/system/system.api.php |
Perform alterations before a form is rendered. |
ExposedFormTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/ExposedFormTest.php |
Tests exposed forms. |
BulkForm::query |
function |
drupal/core/modules/action/lib/Drupal/action/Plugin/views/field/BulkForm.php |
Overrides \Drupal\views\Plugin\views\Plugin\field\FieldPluginBase::query(). |
user_login_form |
function |
drupal/core/modules/user/user.module |
Form builder; the main user login form. |
PerformanceTest |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/PerformanceTest.php |
|
format_rss_item |
function |
drupal/core/includes/common.inc |
Formats a single RSS item. |
format_interval |
function |
drupal/core/includes/common.inc |
Formats a time interval with the requested granularity. |
forum_form_main |
function |
drupal/core/modules/forum/forum.admin.inc |
Page callback: Returns a form for creating a new forum or container. |
LegacyFormatter |
class |
drupal/core/modules/field/lib/Drupal/field/Plugin/field/formatter/LegacyFormatter.php |
Plugin implementation for legacy formatters. |
MailToFormatter |
class |
drupal/core/modules/field/modules/email/lib/Drupal/email/Plugin/field/formatter/MailToFormatter.php |
Plugin implementation of the 'email_mailto' formatter. |
_file_test_form |
function |
drupal/core/modules/file/tests/file_test/file_test.module |
Form to test file uploads. |
FormTest::setUp |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php |
Set the default field storage backend for fields created during tests. |
PhpMail::format |
function |
drupal/core/lib/Drupal/Core/Mail/PhpMail.php |
Concatenates and wraps the e-mail body for plain-text mails. |
FormTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php |
Sets up a Drupal site for running functional and integration tests. |
Form generation |
group |
drupal/core/includes/form.inc |
Functions to enable the processing and display of HTML forms. |
drupal_get_form |
function |
drupal/core/includes/form.inc |
Returns a renderable form array for a given form ID. |
form_get_errors |
function |
drupal/core/includes/form.inc |
Returns an associative array of all errors. |
path_admin_form |
function |
drupal/core/modules/path/path.admin.inc |
Form constructor for the path administration form. |
form_test_range |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Form constructor for testing #type 'range' elements. |
form_test_color |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Form constructor for testing #type 'color' elements. |
form_test_email |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Form constructor for testing #type 'email' elements. |
rest_admin_form |
function |
drupal/core/modules/rest/rest.admin.inc |
Form constructor for the REST admin form. |
entity_get_form |
function |
drupal/core/includes/entity.inc |
Returns the built and processed entity form for the given entity. |
image_crop_form |
function |
drupal/core/modules/image/image.admin.inc |
Form structure for the image crop form. |
FormatterFactory |
class |
drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Formatter/FormatterFactory.php |
Factory class for the Formatter plugin type. |
user_format_name |
function |
drupal/core/modules/user/user.module |
Format a username. |
BulkForm::render |
function |
drupal/core/modules/action/lib/Drupal/action/Plugin/views/field/BulkForm.php |
Overrides \Drupal\views\Plugin\views\Plugin\field\FieldPluginBase::render(). |
WidgetBase::form |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetBase.php |
Implements Drupal\field\Plugin\Type\Widget\WidgetInterface::form(). |
Name::value_form |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/views/filter/Name.php |
Options form subform for setting options. |
form_test.module |
file |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Helper module for the form API tests. |
node_filter_form |
function |
drupal/core/modules/node/node.admin.inc |
Returns the node administration filters form array to node_admin_content(). |
book_remove_form |
function |
drupal/core/modules/book/book.pages.inc |
Form constructor to confirm removal of a node from a book. |
format_backtrace |
function |
drupal/core/includes/errors.inc |
Formats a backtrace into a plain-text string. |
forum_form_forum |
function |
drupal/core/modules/forum/forum.admin.inc |
Form constructor for adding and editing a forum. |
theme_forum_form |
function |
drupal/core/modules/forum/forum.admin.inc |
Returns HTML for a forum form. |
book_form_update |
function |
drupal/core/modules/book/book.module |
Renders a new parent page select element when the book selection changes. |
user_filter_form |
function |
drupal/core/modules/user/user.admin.inc |
Form builder; Return form for user administration filters. |
Date::value_form |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Date.php |
Add a type selector to the value form |
MailTest::format |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Mail/MailTest.php |
Concatenate and wrap the e-mail body for plain-text mails. |
BulkFormTest.php |
file |
drupal/core/modules/action/lib/Drupal/action/Tests/BulkFormTest.php |
Contains \Drupal\action\Tests\BulkFormTest. |
poll_cancel_form |
function |
drupal/core/modules/poll/poll.module |
Form constructor for the poll cancel form. |
Request::$format |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
|
form_clear_error |
function |
drupal/core/includes/form.inc |
Clears all errors against all form elements made by form_set_error(). |
PictureFormatter |
class |
drupal/core/modules/picture/lib/Drupal/picture/Plugin/field/formatter/PictureFormatter.php |
Plugin for picture formatter. |
form_test_select |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Builds a form to test #type 'select' validation. |