Search for valid
- Search 7.x for valid
- Search 9.5.x for valid
- Search 10.3.x for valid
- Search 11.x for valid
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FormValidatorInterface.php | file | core/ |
|
FormValidatorInterface::executeValidateHandlers | function | core/ |
Executes custom validation handlers for a given form. |
FormValidatorInterface::setInvalidTokenError | function | core/ |
Sets a form_token error on the given form state. |
FormValidatorInterface::validateForm | function | core/ |
Validates user-submitted form data in the $form_state. |
FormValidatorTest | class | core/ |
@coversDefaultClass \Drupal\Core\Form\FormValidator @group Form |
FormValidatorTest.php | file | core/ |
|
FormValidatorTest::$csrfToken | property | core/ |
The CSRF token generator to validate the form token. |
FormValidatorTest::$formErrorHandler | property | core/ |
The form error handler. |
FormValidatorTest::$logger | property | core/ |
A logger instance. |
FormValidatorTest::providerTestHandleErrorsWithLimitedValidation | function | core/ |
|
FormValidatorTest::providerTestPerformRequiredValidation | function | core/ |
|
FormValidatorTest::providerTestRequiredErrorMessage | function | core/ |
|
FormValidatorTest::setUp | function | core/ |
|
FormValidatorTest::testElementValidate | function | core/ |
@covers ::doValidateForm |
FormValidatorTest::testExecuteValidateHandlers | function | core/ |
@covers ::executeValidateHandlers |
FormValidatorTest::testHandleErrorsWithLimitedValidation | function | core/ |
@covers ::handleErrorsWithLimitedValidation |
FormValidatorTest::testMustValidate | function | core/ |
Tests the 'must_validate' $form_state flag. |
FormValidatorTest::testPerformRequiredValidation | function | core/ |
@covers ::performRequiredValidation |
FormValidatorTest::testPreventDuplicateValidation | function | core/ |
Tests the 'must_validate' $form_state flag. |
FormValidatorTest::testRequiredErrorMessage | function | core/ |
@covers ::doValidateForm |
FormValidatorTest::testValidateInvalidFormToken | function | core/ |
@covers ::validateForm |
FormValidatorTest::testValidateValidFormToken | function | core/ |
@covers ::validateForm |
FormValidatorTest::testValidationComplete | function | core/ |
Tests the 'validation_complete' $form_state flag. |
form_validator | service | core/ |
Drupal\Core\Form\FormValidator |
forum.uninstall_validator | service | core/ |
Drupal\forum\ForumUninstallValidator |
ForumLeafConstraintValidator | class | core/ |
Validates the ForumLeaf constraint. |
ForumLeafConstraintValidator.php | file | core/ |
|
ForumLeafConstraintValidator::validate | function | core/ |
|
ForumUninstallValidator | class | core/ |
Provides a proxy class for \Drupal\forum\ForumUninstallValidator. |
ForumUninstallValidator | class | core/ |
Prevents forum module from being uninstalled whilst any forum nodes exist or there are any terms in the forum vocabulary. |
ForumUninstallValidator.php | file | core/ |
|
ForumUninstallValidator.php | file | core/ |
|
ForumUninstallValidator::$configFactory | property | core/ |
The config factory. |
ForumUninstallValidator::$container | property | core/ |
The service container. |
ForumUninstallValidator::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
ForumUninstallValidator::$entityTypeManager | property | core/ |
The entity type manager. |
ForumUninstallValidator::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
ForumUninstallValidator::getForumVocabulary | function | core/ |
Returns the vocabulary configured for forums. |
ForumUninstallValidator::hasForumNodes | function | core/ |
Determines if there are any forum nodes or not. |
ForumUninstallValidator::hasTermsForVocabulary | function | core/ |
Determines if there are any taxonomy terms for a specified vocabulary. |
ForumUninstallValidator::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
ForumUninstallValidator::setStringTranslation | function | core/ |
|
ForumUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
ForumUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
ForumUninstallValidator::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
ForumUninstallValidator::__construct | function | core/ |
Constructs a new ForumUninstallValidator. |
ForumUninstallValidatorTest | class | core/ |
@coversDefaultClass \Drupal\forum\ForumUninstallValidator @group forum |
ForumUninstallValidatorTest.php | file | core/ |
|
ForumUninstallValidatorTest::$forumUninstallValidator | property | core/ |
|
ForumUninstallValidatorTest::setUp | function | core/ |
Pagination
- Previous page
- Page 23
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.