Search for validator
- Search 7.x for validator
- Search 9.5.x for validator
- Search 8.9.x for validator
- Search 10.3.x for validator
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ConfigImportModuleUninstallValidatorInterface | interface | core/ |
Special interface for module uninstall validators for configuration import. |
ConfigImportModuleUninstallValidatorInterface.php | file | core/ |
|
ConfigImportModuleUninstallValidatorInterface::validateConfigImport | function | core/ |
Determines reasons a module can not be uninstalled prior to config import. |
ConfigTest::$cacheTagsInvalidator | property | core/ |
The mocked cache tags invalidator. |
ConstraintValidatorFactory | class | core/ |
Defines a constraint validator factory that works with container injection. |
ConstraintValidatorFactory.php | file | core/ |
|
ConstraintValidatorFactory::$classResolver | property | core/ |
The class resolver. |
ConstraintValidatorFactory::getInstance | function | core/ |
|
ConstraintValidatorFactory::__construct | function | core/ |
Constructs a new ConstraintValidatorFactory. |
ContactFormEditForm::$emailValidator | property | core/ |
The email validator. |
ContactFormEditForm::$pathValidator | property | core/ |
The path validator. |
ContentTranslationSynchronizedFieldsConstraintValidator | class | core/ |
Checks that synchronized fields are handled correctly in pending revisions. |
ContentTranslationSynchronizedFieldsConstraintValidator.php | file | core/ |
|
ContentTranslationSynchronizedFieldsConstraintValidator::$contentTranslationManager | property | core/ |
The content translation manager. |
ContentTranslationSynchronizedFieldsConstraintValidator::$entityTypeManager | property | core/ |
The entity type manager. |
ContentTranslationSynchronizedFieldsConstraintValidator::$synchronizer | property | core/ |
The field translation synchronizer. |
ContentTranslationSynchronizedFieldsConstraintValidator::create | function | core/ |
Instantiates a new instance of this class. |
ContentTranslationSynchronizedFieldsConstraintValidator::getOriginalEntity | function | core/ |
Returns the original unchanged entity to be used to detect changes. |
ContentTranslationSynchronizedFieldsConstraintValidator::getOriginalTranslation | function | core/ |
Returns the original translation. |
ContentTranslationSynchronizedFieldsConstraintValidator::getSynchronizedPropertiesByField | function | core/ |
Returns the synchronized properties for every specified field. |
ContentTranslationSynchronizedFieldsConstraintValidator::hasSynchronizedPropertyChanges | function | core/ |
Checks whether any synchronized property has changes. |
ContentTranslationSynchronizedFieldsConstraintValidator::validate | function | core/ |
|
ContentTranslationSynchronizedFieldsConstraintValidator::__construct | function | core/ |
ContentTranslationSynchronizedFieldsConstraintValidator constructor. |
ContentUninstallValidator | class | core/ |
Validates module uninstall readiness based on existing content entities. |
ContentUninstallValidator.php | file | core/ |
|
ContentUninstallValidator::$entityTypeManager | property | core/ |
The entity type manager service. |
ContentUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
ContentUninstallValidator::__construct | function | core/ |
Constructs a new ContentUninstallValidator. |
content_uninstall_validator | service | core/ |
Drupal\Core\Entity\ContentUninstallValidator |
ContextualValidatorInterface | interface | core/ |
Extends the contextual validator validate method by a new parameter. |
ContextualValidatorInterface.php | file | core/ |
|
ContextualValidatorInterface::validate | function | core/ |
Validates a value against a constraint or a list of constraints. |
DatabaseBackendTest::testCacheTagsInvalidatorChecksumIsBackendOverridable | function | core/ |
Tests that "cache_tags.invalidator.checksum" is backend overridable. |
DatabaseDriverUninstallValidator | class | core/ |
Ensures installed modules providing a database driver are not uninstalled. |
DatabaseDriverUninstallValidator.php | file | core/ |
|
DatabaseDriverUninstallValidator::$connection | property | core/ |
The database connection. |
DatabaseDriverUninstallValidator::$moduleExtensionList | property | core/ |
The module extension list. |
DatabaseDriverUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
DatabaseDriverUninstallValidator::__construct | function | core/ |
Constructs a new DatabaseDriverUninstallValidator. |
database_driver_uninstall_validator | service | core/ |
Drupal\Core\Extension\DatabaseDriverUninstallValidator |
DateTimeFormatConstraintValidator | class | core/ |
Constraint validator for DateTime items to ensure the format is correct. |
DateTimeFormatConstraintValidator.php | file | core/ |
|
DateTimeFormatConstraintValidator::validate | function | core/ |
|
DeletedWorkspaceConstraintValidator | class | core/ |
Checks if data still exists for a deleted workspace ID. |
DeletedWorkspaceConstraintValidator.php | file | core/ |
|
DeletedWorkspaceConstraintValidator::$state | property | core/ |
The state service. |
DeletedWorkspaceConstraintValidator::create | function | core/ |
Instantiates a new instance of this class. |
DeletedWorkspaceConstraintValidator::validate | function | core/ |
|
DeletedWorkspaceConstraintValidator::__construct | function | core/ |
Creates a new DeletedWorkspaceConstraintValidator instance. |
DiskSpaceValidator | class | core/ |
Validates that there is enough free disk space to do stage operations. |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.