Search for validate
- Search 7.x for validate
- Search 9.5.x for validate
- Search 8.9.x for validate
- Search 10.3.x for validate
- Search 11.x for validate
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ContentEntityBase::$validated | property | core/ |
Whether entity validation was performed. |
| ContentEntityBase::validate | function | core/ |
|
| ContentEntityBaseUnitTest::testValidate | function | core/ |
Tests validate. |
| ContentEntityConfirmFormBase::validateForm | function | core/ |
|
| 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… |
| ContentTranslationEnableTranslationPerBundle::configElementValidate | function | core/ |
Provides a validation callback for the language enable/disable element. |
| ContentTranslationFormLanguageHooks::languageContentSettingsValidate | function | core/ |
Form validation handler for content_translation_admin_settings_form(). |
| ContentTranslationHandler::entityFormValidate | function | core/ |
Form validation handler for ContentTranslationHandler::entityFormAlter(). |
| ContentTranslationSynchronizedFieldsConstraintValidator::validate | function | core/ |
|
| ContentUninstallValidator::validate | function | core/ |
|
| content_translation_language_configuration_element_validate | function | core/ |
Form validation handler for the language_configuration form element. |
| Context::validate | function | core/ |
|
| Context::validate | function | core/ |
|
| ContextAwarePluginInterface::validateContexts | function | core/ |
Validates the set values for the defined contexts. |
| ContextAwarePluginTrait::validateContexts | function | core/ |
|
| 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/ |
|
| CountConstraint::validatedBy | function | core/ |
|
| CreateNew::validateArguments | function | core/ |
|
| CredentialForm::validateForm | function | core/ |
Form validation handler. |
| CredentialForm::validatePaths | function | core/ |
The #element_validate handler for the source path elements. |
| Crop::validateArguments | function | core/ |
|
| 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/ |
|
| DatabaseBackend::invalidateMultiple | function | core/ |
|
| DatabaseCacheTagsChecksum::doInvalidateTags | function | core/ |
|
| DatabaseDriverUninstallValidator::validate | function | core/ |
|
| DataFieldRow::validateAliasName | function | core/ |
Form element validation handler. |
| DataFieldRow::validateOptionsForm | function | core/ |
|
| Date::validateExposed | function | core/ |
|
| Date::validateExposed | function | core/ |
|
| Date::validateOptionsForm | function | core/ |
|
| Date::validateValidTime | function | core/ |
Validate that the time values convert to something usable. |
| DateFormat::getCacheTagsToInvalidate | function | core/ |
|
| DateFormatFormBase::validateForm | function | core/ |
|
| DateFormatValidationTest::testPatternIsValidated | function | core/ |
Tests that the pattern of a date format is validated. |
| Datelist::validateDatelist | function | core/ |
Validation callback for a datelist element. |
| DatelistElementFormTest::validateForm | function | core/ |
Form validation handler. |
| DateRangeFieldItemList::defaultValuesFormValidate | function | core/ |
|
| DateRangeWidgetBase::validateStartEnd | function | core/ |
Render API callback: Validates that the start date <= the end date. |
| Datetime::validateDatetime | function | core/ |
Validation callback for a datetime element. |
| DatetimeElementFormTest::testRangeValidate | function | core/ |
Tests that year range is validated. |
| DatetimeElementFormTest::validateForm | function | core/ |
Form validation handler. |
| DateTimeFieldItemList::defaultValuesFormValidate | function | core/ |
|
| DateTimeFormatConstraintValidator::validate | function | core/ |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.