| FormTestVerticalTabsForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsForm.php |
|
| FormTestVerticalTabsWithSummaryForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsWithSummaryForm.php |
Builds a simple form to test vertical-tabs form element with tab summaries. |
| FormTestVerticalTabsWithSummaryForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsWithSummaryForm.php |
|
| FormTestVerticalTabsWithSummaryForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsWithSummaryForm.php |
|
| FormTestVerticalTabsWithSummaryForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsWithSummaryForm.php |
|
| FormTestVerticalTabsWithSummaryForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsWithSummaryForm.php |
|
| Formula |
class |
core/modules/views/src/Plugin/views/argument/Formula.php |
Argument handler for simple formulae. |
| Formula.php |
file |
core/modules/views/src/Plugin/views/argument/Formula.php |
|
| Formula::$formula |
property |
core/modules/views/src/Plugin/views/argument/Formula.php |
An appropriate SQL string for the DB type and field type. |
| Formula::getFormula |
function |
core/modules/views/src/Plugin/views/argument/Formula.php |
Gets the prepared formula. |
| Formula::init |
function |
core/modules/views/src/Plugin/views/argument/Formula.php |
|
| Formula::query |
function |
core/modules/views/src/Plugin/views/argument/Formula.php |
Build the query based upon the formula. |
| Formula::summaryQuery |
function |
core/modules/views/src/Plugin/views/argument/Formula.php |
Build the summary query based on a formula. |
| FormUploadedFile |
class |
core/modules/file/src/Upload/FormUploadedFile.php |
Provides a bridge to Symfony UploadedFile. |
| FormUploadedFile.php |
file |
core/modules/file/src/Upload/FormUploadedFile.php |
|
| FormUploadedFile::$uploadedFile |
property |
core/modules/file/src/Upload/FormUploadedFile.php |
The wrapped uploaded file. |
| FormUploadedFile::getClientOriginalName |
function |
core/modules/file/src/Upload/FormUploadedFile.php |
|
| FormUploadedFile::getFilename |
function |
core/modules/file/src/Upload/FormUploadedFile.php |
|
| FormUploadedFile::getPathname |
function |
core/modules/file/src/Upload/FormUploadedFile.php |
|
| FormUploadedFile::getRealPath |
function |
core/modules/file/src/Upload/FormUploadedFile.php |
|
| FormUploadedFile::getSize |
function |
core/modules/file/src/Upload/FormUploadedFile.php |
|
| FormUploadedFile::validate |
function |
core/modules/file/src/Upload/FormUploadedFile.php |
|
| FormUploadedFile::__construct |
function |
core/modules/file/src/Upload/FormUploadedFile.php |
Creates a new FormUploadedFile. |
| FormValidationMessageOrderTest |
class |
core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php |
Tests form validation messages are displayed in the same order as the fields. |
| FormValidationMessageOrderTest.php |
file |
core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php |
|
| FormValidationMessageOrderTest::buildForm |
function |
core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php |
|
| FormValidationMessageOrderTest::getFormId |
function |
core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php |
|
| FormValidationMessageOrderTest::submitForm |
function |
core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php |
|
| FormValidationMessageOrderTest::testValidationErrorMessagesSortedWithWeight |
function |
core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php |
Tests that fields validation messages are sorted in the fields order. |
| FormValidationMessageOrderTest::validateForm |
function |
core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php |
|
| FormValidator |
class |
core/lib/Drupal/Core/Form/FormValidator.php |
Provides validation of form submissions. |
| FormValidator.php |
file |
core/lib/Drupal/Core/Form/FormValidator.php |
|
| FormValidator::determineLimitValidationErrors |
function |
core/lib/Drupal/Core/Form/FormValidator.php |
Determines if validation errors should be limited. |
| FormValidator::doValidateForm |
function |
core/lib/Drupal/Core/Form/FormValidator.php |
Performs validation on form elements. |
| FormValidator::executeValidateHandlers |
function |
core/lib/Drupal/Core/Form/FormValidator.php |
|
| FormValidator::finalizeValidation |
function |
core/lib/Drupal/Core/Form/FormValidator.php |
Finalizes validation. |
| FormValidator::handleErrorsWithLimitedValidation |
function |
core/lib/Drupal/Core/Form/FormValidator.php |
Handles validation errors for forms with limited validation. |
| FormValidator::performRequiredValidation |
function |
core/lib/Drupal/Core/Form/FormValidator.php |
Performs validation of elements that are not subject to limited validation. |
| FormValidator::setInvalidTokenError |
function |
core/lib/Drupal/Core/Form/FormValidator.php |
|
| FormValidator::validateForm |
function |
core/lib/Drupal/Core/Form/FormValidator.php |
|
| FormValidator::__construct |
function |
core/lib/Drupal/Core/Form/FormValidator.php |
|
| FormValidatorInterface |
interface |
core/lib/Drupal/Core/Form/FormValidatorInterface.php |
Provides an interface for validating form submissions. |
| FormValidatorInterface.php |
file |
core/lib/Drupal/Core/Form/FormValidatorInterface.php |
|
| FormValidatorInterface::executeValidateHandlers |
function |
core/lib/Drupal/Core/Form/FormValidatorInterface.php |
Executes custom validation handlers for a given form. |
| FormValidatorInterface::setInvalidTokenError |
function |
core/lib/Drupal/Core/Form/FormValidatorInterface.php |
Sets a form_token error on the given form state. |
| FormValidatorInterface::validateForm |
function |
core/lib/Drupal/Core/Form/FormValidatorInterface.php |
Validates user-submitted form data in the $form_state. |
| FormValidatorTest |
class |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
Tests Drupal\Core\Form\FormValidator. |
| FormValidatorTest.php |
file |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
|
| FormValidatorTest::$callableResolver |
property |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
The callable resolver. |
| FormValidatorTest::$csrfToken |
property |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
The CSRF token generator to validate the form token. |