Search for validate
- Search 7.x for validate
- Search 9.5.x for validate
- Search 10.3.x for validate
- Search 11.x for validate
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ContentEntityBase::validate | function | core/ |
|
ContentEntityBaseUnitTest::testValidate | function | core/ |
@covers ::validate |
ContentEntityConfirmFormBase::validateForm | function | core/ |
Button-level validation handlers are highly discouraged for entity forms, as they will prevent entity validation from running. If the entity is going to be saved during the form submission, this method should be manually invoked from the button-level… |
ContentEntityForm::validateForm | function | core/ |
Button-level validation handlers are highly discouraged for entity forms, as they will prevent entity validation from running. If the entity is going to be saved during the form submission, this method should be manually invoked from the button-level… |
ContentEntityFormInterface::validateForm | function | core/ |
Note that extending classes should not override this method to add entity validation logic, but define further validation constraints using the entity validation API and/or provide a new validation constraint if necessary. This is the only way to… |
ContentTranslationHandler::entityFormValidate | function | core/ |
Form validation handler for ContentTranslationHandler::entityFormAlter(). |
ContentTranslationSynchronizedFieldsConstraintValidator::validate | function | core/ |
|
ContentUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
ContentUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
content_translation_form_language_content_settings_validate | function | core/ |
Form validation handler for content_translation_admin_settings_form(). |
content_translation_language_configuration_element_validate | function | core/ |
Form validation handler for element added with content_translation_language_configuration_element_process(). |
Context::validate | function | core/ |
Validates the set context value. |
Context::validate | function | core/ |
Validates the set context value. |
ContextAwarePluginBase::validateContexts | function | core/ |
Validates the set values for the defined contexts. |
ContextAwarePluginInterface::validateContexts | function | core/ |
Validates the set values for the defined contexts. |
ContextInterface::validate | function | core/ |
Validates the set context value. |
ContextualValidatorInterface::validate | function | core/ |
Validates a value against a constraint or a list of constraints. |
Convert::validateArguments | function | core/ |
Validates the arguments. |
CountConstraint::validatedBy | function | core/ |
|
CreateNew::validateArguments | function | core/ |
Validates the arguments. |
CredentialForm::validateForm | function | core/ |
Form validation handler. |
CredentialForm::validatePaths | function | core/ |
The #element_validate handler for the source path elements. |
Crop::validateArguments | function | core/ |
Validates the arguments. |
CsrfTokenGenerator::validate | function | core/ |
Validates a token based on $value, the user session, and the private key. |
CsrfTokenGeneratorTest::providerTestValidateParameterTypes | function | core/ |
Provides data for testValidateParameterTypes. |
CsrfTokenGeneratorTest::testValidate | function | core/ |
Tests CsrfTokenGenerator::validate(). |
CsrfTokenGeneratorTest::testValidateParameterTypes | function | core/ |
Tests CsrfTokenGenerator::validate() with different parameter types. |
DatabaseBackend::invalidate | function | core/ |
Marks a cache item as invalid. |
DatabaseBackend::invalidateAll | function | core/ |
Marks all cache items as invalid. |
DatabaseBackend::invalidateMultiple | function | core/ |
Marks cache items as invalid. |
DatabaseCacheTagsChecksum::doInvalidateTags | function | core/ |
Marks cache items with any of the specified tags as invalid. |
DataFieldRow::validateAliasName | function | core/ |
Form element validation handler for \Drupal\rest\Plugin\views\row\DataFieldRow::buildOptionsForm(). |
DataFieldRow::validateOptionsForm | function | core/ |
Validate the options form. |
Date::validateExposed | function | core/ |
Validate the exposed handler form |
Date::validateOptionsForm | function | core/ |
Simple validate handler |
Date::validateValidTime | function | core/ |
Validate that the time values convert to something usable. |
DateFormat::getCacheTagsToInvalidate | function | core/ |
Returns the cache tags that should be used to invalidate caches. |
DateFormatFormBase::validateForm | function | core/ |
Form validation handler. |
Datelist::validateDatelist | function | core/ |
Validation callback for a datelist element. |
DateRangeFieldItemList::defaultValuesFormValidate | function | core/ |
Validates the submitted default value. |
DateRangeWidgetBase::validateStartEnd | function | core/ |
#element_validate callback to ensure that the start date <= the end date. |
Datetime::validateDatetime | function | core/ |
Validation callback for a datetime element. |
DatetimeElementFormTest::validateForm | function | core/ |
Form validation handler. |
DateTimeFieldItemList::defaultValuesFormValidate | function | core/ |
Validates the submitted default value. |
DateTimeFormatConstraintValidator::validate | function | core/ |
|
DateTimeFormInjectionTest::validateForm | function | core/ |
Form validation handler. |
DateTimePlusTest::testValidateFormat | function | core/ |
Tests the $settings['validate_format'] parameter in ::createFromFormat(). |
DblogFilterForm::validateForm | function | core/ |
Form validation handler. |
DbLogFormInjectionTest::validateForm | function | core/ |
Form validation handler. |
DefaultSelection::elementValidateFilter | function | core/ |
Form element validation handler; Filters the #value property of an element. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.