Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| FormTestVerticalTabsForm::buildForm | function | core/ |
Form constructor. |
| FormTestVerticalTabsForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| FormTestVerticalTabsForm::submitForm | function | core/ |
Form submission handler. |
| FormTestVerticalTabsWithSummaryForm | class | core/ |
Builds a simple form to test vertical-tabs form element with tab summaries. |
| FormTestVerticalTabsWithSummaryForm.php | file | core/ |
|
| FormTestVerticalTabsWithSummaryForm::buildForm | function | core/ |
Form constructor. |
| FormTestVerticalTabsWithSummaryForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| FormTestVerticalTabsWithSummaryForm::submitForm | function | core/ |
Form submission handler. |
| Formula | class | core/ |
Argument handler for simple formulae. |
| Formula.php | file | core/ |
|
| Formula::$formula | property | core/ |
An appropriate SQL string for the DB type and field type. |
| Formula::getFormula | function | core/ |
Gets the prepared formula. |
| Formula::init | function | core/ |
Overrides Drupal\views\Plugin\views\HandlerBase:init(). |
| Formula::query | function | core/ |
Build the query based upon the formula. |
| Formula::summaryQuery | function | core/ |
Build the summary query based on a formula. |
| FormUploadedFile | class | core/ |
Provides a bridge to Symfony UploadedFile. |
| FormUploadedFile.php | file | core/ |
|
| FormUploadedFile::$uploadedFile | property | core/ |
The wrapped uploaded file. |
| FormUploadedFile::getClientOriginalName | function | core/ |
Returns the original file name. |
| FormUploadedFile::getFilename | function | core/ |
Gets the filename. |
| FormUploadedFile::getPathname | function | core/ |
Gets the path to the file. |
| FormUploadedFile::getRealPath | function | core/ |
Gets the absolute path to the file. |
| FormUploadedFile::getSize | function | core/ |
Gets file size. |
| FormUploadedFile::validate | function | core/ |
Validates the uploaded file information. |
| FormUploadedFile::__construct | function | core/ |
Creates a new FormUploadedFile. |
| FormValidationMessageOrderTest | class | core/ |
Tests form validation messages are displayed in the same order as the fields. |
| FormValidationMessageOrderTest.php | file | core/ |
|
| FormValidationMessageOrderTest::buildForm | function | core/ |
Form constructor. |
| FormValidationMessageOrderTest::getFormId | function | core/ |
Returns a unique string identifying the form. |
| FormValidationMessageOrderTest::submitForm | function | core/ |
Form submission handler. |
| FormValidationMessageOrderTest::testValidationErrorMessagesSortedWithWeight | function | core/ |
Tests that fields validation messages are sorted in the fields order. |
| FormValidationMessageOrderTest::validateForm | function | core/ |
Form validation handler. |
| FormValidator | class | core/ |
Provides validation of form submissions. |
| FormValidator.php | file | core/ |
|
| FormValidator::$callableResolver | property | core/ |
The callable resolver. |
| FormValidator::$csrfToken | property | core/ |
The CSRF token generator to validate the form token. |
| FormValidator::$formErrorHandler | property | core/ |
The form error handler. |
| FormValidator::$logger | property | core/ |
A logger instance. |
| FormValidator::$requestStack | property | core/ |
The request stack. |
| FormValidator::determineLimitValidationErrors | function | core/ |
Determines if validation errors should be limited. |
| FormValidator::doValidateForm | function | core/ |
Performs validation on form elements. |
| FormValidator::executeValidateHandlers | function | core/ |
Executes custom validation handlers for a given form. |
| FormValidator::finalizeValidation | function | core/ |
Finalizes validation. |
| FormValidator::handleErrorsWithLimitedValidation | function | core/ |
Handles validation errors for forms with limited validation. |
| FormValidator::performRequiredValidation | function | core/ |
Performs validation of elements that are not subject to limited validation. |
| FormValidator::setInvalidTokenError | function | core/ |
Sets a form_token error on the given form state. |
| FormValidator::validateForm | function | core/ |
Validates user-submitted form data in the $form_state. |
| FormValidator::__construct | function | core/ |
|
| FormValidatorInterface | interface | core/ |
Provides an interface for validating form submissions. |
| FormValidatorInterface.php | file | core/ |
Pagination
- Previous page
- Page 784
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.