Search for validator
- Search 7.x for validator
- Search 9.5.x for validator
- Search 8.9.x for validator
- Search 11.x for validator
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FileValidatorTestBase.php | file | core/ |
|
FileValidatorTestBase::$file | property | core/ |
The file. |
FileValidatorTestBase::$modules | property | core/ |
Modules to install. |
FileValidatorTestBase::$validator | property | core/ |
The file validator. |
FileValidatorTestBase::setUp | function | core/ |
|
file_test_validator | function | core/ |
Helper validator that returns the $errors parameter. |
file_validator_test.info.yml | file | core/ |
core/modules/file/tests/modules/file_validator_test/file_validator_test.info.yml |
file_validator_test.services.yml | file | core/ |
core/modules/file/tests/modules/file_validator_test/file_validator_test.services.yml |
filter.uninstall_validator | service | core/ |
Drupal\filter\FilterUninstallValidator |
FilterUninstallValidator | class | core/ |
Provides a proxy class for \Drupal\filter\FilterUninstallValidator. |
FilterUninstallValidator | class | core/ |
Prevents uninstallation of modules providing used filter plugins. |
FilterUninstallValidator.php | file | core/ |
|
FilterUninstallValidator.php | file | core/ |
|
FilterUninstallValidator::$container | property | core/ |
The service container. |
FilterUninstallValidator::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
FilterUninstallValidator::$filterManager | property | core/ |
The filter plugin manager. |
FilterUninstallValidator::$filterStorage | property | core/ |
The filter entity storage. |
FilterUninstallValidator::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
FilterUninstallValidator::getEnabledFilterFormats | function | core/ |
Returns all enabled filter formats. |
FilterUninstallValidator::getFilterDefinitionsByProvider | function | core/ |
Returns all filter definitions that are provided by the specified provider. |
FilterUninstallValidator::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
FilterUninstallValidator::setStringTranslation | function | core/ |
|
FilterUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
FilterUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
FilterUninstallValidator::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
FilterUninstallValidator::__construct | function | core/ |
Constructs a new FilterUninstallValidator. |
FilterUninstallValidatorTest | class | core/ |
@coversDefaultClass \Drupal\filter\FilterUninstallValidator[[api-linebreak]] @group filter |
FilterUninstallValidatorTest.php | file | core/ |
|
FilterUninstallValidatorTest::$filterUninstallValidator | property | core/ |
|
FilterUninstallValidatorTest::setUp | function | core/ |
|
FilterUninstallValidatorTest::testValidateNoFormats | function | core/ |
@covers ::validate[[api-linebreak]] |
FilterUninstallValidatorTest::testValidateNoMatchingFormats | function | core/ |
@covers ::validate[[api-linebreak]] |
FilterUninstallValidatorTest::testValidateNoPlugins | function | core/ |
@covers ::validate[[api-linebreak]] |
FormBuilder::$formValidator | property | core/ |
The form validator. |
FormTestBase::$formValidator | property | core/ |
|
FormValidator | class | core/ |
Provides validation of form submissions. |
FormValidator.php | file | core/ |
|
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/ |
Constructs a new FormValidator. |
Pagination
- Previous page
- Page 11
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.