Search for valid
- Search 7.x for valid
- Search 9.5.x for valid
- Search 8.9.x for valid
- Search 10.3.x for valid
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EmailValidator | class | core/ |
Validates email addresses. |
| EmailValidator.php | file | core/ |
|
| EmailValidator::isValid | function | core/ |
Validates an email address. |
| EmailValidatorInterface | interface | core/ |
Validates email addresses. |
| EmailValidatorInterface.php | file | core/ |
|
| EmailValidatorInterface::isValid | function | core/ |
Validates an email address. |
| EmailValidatorTest | class | core/ |
Tests the EmailValidator utility class. |
| EmailValidatorTest.php | file | core/ |
|
| EmailValidatorTest::testIsValid | function | core/ |
Tests is valid. |
| EmailValidatorTest::testIsValidException | function | core/ |
Tests is valid exception. |
| EnabledConfigurablePluginsConstraintValidator | class | core/ |
Enabled configurable plugin settings validator. |
| EnabledConfigurablePluginsConstraintValidator.php | file | core/ |
|
| EnabledConfigurablePluginsConstraintValidator::getConfigurableEnabledDefinitions | function | core/ |
Gets all configurable CKEditor 5 plugin definitions that are enabled. |
| EnabledConfigurablePluginsConstraintValidator::validate | function | core/ |
|
| EnabledExtensionsValidator | class | core/ |
Validates no enabled Drupal extensions are removed from the stage directory. |
| EnabledExtensionsValidator.php | file | core/ |
|
| EnabledExtensionsValidator::getSubscribedEvents | function | core/ |
|
| EnabledExtensionsValidator::validate | function | core/ |
Validates that no enabled Drupal extensions have been removed. |
| EnabledExtensionsValidator::__construct | function | core/ |
|
| EnabledExtensionsValidatorTest | class | core/ |
Tests Enabled Extensions Validator. |
| EnabledExtensionsValidatorTest.php | file | core/ |
|
| EnabledExtensionsValidatorTest::createExtension | function | core/ |
Returns a mocked extension object for a package. |
| EnabledExtensionsValidatorTest::providerExtensionRemoved | function | core/ |
Data provider for testExtensionRemoved(). |
| EnabledExtensionsValidatorTest::testExtensionRemoved | function | core/ |
Tests that error is raised if Drupal modules, profiles or themes are removed. |
| entity.bundle_config_import_validator | service | core/ |
Drupal\Core\Entity\Event\BundleConfigImportValidate |
| Entity::validateArgument | function | core/ |
Performs validation for a given argument. |
| Entity::validateEntity | function | core/ |
Validates an individual entity against class access settings. |
| EntityAdapterUnitTest::testGetInvalidField | function | core/ |
Tests get invalid field. |
| EntityAutocomplete::validateEntityAutocomplete | function | core/ |
Form element validation handler for entity_autocomplete elements. |
| EntityAutocompleteElementFormTest::testInvalidEntityAutocompleteElement | function | core/ |
Tests invalid entries in the EntityAutocomplete Form API element. |
| EntityAutocompleteElementFormTest::testValidEntityAutocompleteElement | function | core/ |
Tests valid entries in the EntityAutocomplete Form API element. |
| EntityAutocompleteElementFormTest::validateForm | function | core/ |
Form validation handler. |
| EntityBase::getCacheTagsToInvalidate | function | core/ |
Returns the cache tags that should be used to invalidate caches. |
| EntityBase::getListCacheTagsToInvalidate | function | core/ |
The list cache tags to invalidate for this entity. |
| EntityBase::invalidateTagsOnDelete | function | core/ |
Invalidates an entity's cache tags upon delete. |
| EntityBase::invalidateTagsOnSave | function | core/ |
Invalidates an entity's cache tags upon save. |
| EntityBundleExistsConstraintValidator | class | core/ |
Validates that a bundle exists on a certain content entity type. |
| EntityBundleExistsConstraintValidator.php | file | core/ |
|
| EntityBundleExistsConstraintValidator::create | function | core/ |
Instantiates a new instance of this class. |
| EntityBundleExistsConstraintValidator::validate | function | core/ |
|
| EntityBundleExistsConstraintValidator::__construct | function | core/ |
Constructs an EntityBundleExistsConstraintValidator object. |
| EntityBundleExistsConstraintValidatorTest | class | core/ |
Tests Entity Bundle Exists Constraint Validator. |
| EntityBundleExistsConstraintValidatorTest.php | file | core/ |
|
| EntityBundleExistsConstraintValidatorTest::$modules | property | core/ |
Modules to install. |
| EntityBundleExistsConstraintValidatorTest::setUp | function | core/ |
|
| EntityBundleExistsConstraintValidatorTest::testDynamicEntityType | function | core/ |
Tests getting the entity type ID. |
| EntityBundleExistsConstraintValidatorTest::testEntityTypeIdFromMultipleParents | function | core/ |
Tests getting the entity type ID from a deeply nested property path. |
| EntityBundleExistsConstraintValidatorTest::testEntityTypeIdIsStatic | function | core/ |
Tests validating a bundle of a known (static) entity type ID. |
| EntityBundleExistsConstraintValidatorTest::testInvalidEntityTypeId | function | core/ |
Tests when the constraint's entityTypeId value is not valid. |
| EntityBundleExistsConstraintValidatorTest::testValueMustBeAString | function | core/ |
Tests that the constraint validator will only work with strings. |
Pagination
- Previous page
- Page 21
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.