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 |
---|---|---|---|
MenuValidationTest.php | file | core/ |
|
MenuValidationTest::$propertiesWithOptionalValues | property | core/ |
The config entity properties whose values are optional (set to NULL). |
MenuValidationTest::providerInvalidMachineNameCharacters | function | core/ |
Menu IDs are atypical: they allow dashes and disallow underscores. |
MenuValidationTest::setUp | function | core/ |
|
MenuValidationTest::testDescription | function | core/ |
Tests that description is optional, and limited to 512 characters. |
menu_ui_form_node_type_form_validate | function | core/ |
Validate handler for forms with menu options. |
MergeTest::testInvalidMerge | function | core/ |
Tests that an invalid merge query throws an exception. |
MessageForm::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… |
MigrateEntityContentValidationTest | class | core/ |
Tests validation of an entity during migration. |
MigrateEntityContentValidationTest.php | file | core/ |
|
MigrateEntityContentValidationTest::$messages | property | core/ |
Messages accumulated during the migration run. |
MigrateEntityContentValidationTest::$modules | property | core/ |
Modules to install. |
MigrateEntityContentValidationTest::mapMessageRecorder | function | core/ |
Reacts to map message event. |
MigrateEntityContentValidationTest::runImport | function | core/ |
Runs an import of a migration. |
MigrateEntityContentValidationTest::setUp | function | core/ |
|
MigrateEntityContentValidationTest::test1 | function | core/ |
Tests an import with invalid data and checks error messages. |
MigrateEntityContentValidationTest::test2 | function | core/ |
Tests an import with invalid data and checks error messages. |
MigrateEntityContentValidationTest::testEntityOwnerValidation | function | core/ |
Tests validation for entities that are instances of EntityOwnerInterface. |
MigrateExecutableTest::testImportWithValidRow | function | core/ |
Tests the import method with a valid row. |
MigrateExecutableTest::testImportWithValidRowNoDestinationValues | function | core/ |
Tests the import method with a valid row. |
MigrateExecutableTest::testImportWithValidRowWithDestinationMigrateException | function | core/ |
Tests the import method with a thrown MigrateException. |
MigrateExecutableTest::testImportWithValidRowWithException | function | core/ |
Tests the import method with a regular Exception being thrown. |
MigrateExecutableTest::testImportWithValidRowWithoutDestinationId | function | core/ |
Tests the import method with a valid row. |
MigrateExecutableTest::testImportWithValidRowWithProcesMigrateException | function | core/ |
Tests the import method with a thrown MigrateException. |
MigrateImageCacheTest::testInvalidCropValues | function | core/ |
Tests that missing action's causes failures. |
MigrateLookupTest::testInvalidIdLookup | function | core/ |
Tests an invalid lookup. |
MigrateSqlIdMapTest::getHighestIdInvalidDataProvider | function | core/ |
Data provider for testGetHighestIdInvalid(). |
MigrateSqlIdMapTest::testGetHighestIdInvalid | function | core/ |
Tests getHighestId method with invalid data. |
MigrateStubTest::testInvalidSourceIdCount | function | core/ |
Tests invalid source id count. |
MigrateStubTest::testInvalidSourceIdKeys | function | core/ |
Tests invalid source ids keys. |
MigrateValidatableEntityInterface | interface | core/ |
To implement by a destination plugin that should provide entity validation. |
MigrateValidatableEntityInterface.php | file | core/ |
|
MigrateValidatableEntityInterface::isEntityValidationRequired | function | core/ |
Returns a state of whether an entity needs to be validated before saving. |
MigrateValidatableEntityInterface::validateEntity | function | core/ |
Validates the entity. |
MigrationLookup::isValid | function | core/ |
Determines if the value is valid for lookup. |
MigrationLookup::skipInvalid | function | core/ |
Skips the migration process entirely if the value is invalid. |
MigrationLookupTest::noSkipValidDataProvider | function | core/ |
Provides data for the NoSkipValid test. |
MigrationLookupTest::skipInvalidDataProvider | function | core/ |
Provides data for the SkipInvalid test. |
MigrationLookupTest::testNoSkipValid | function | core/ |
Tests that valid, but technically empty values are not skipped. |
MigrationLookupTest::testSkipInvalid | function | core/ |
Tests that processing is skipped when the input value is invalid. |
MigrationTest::getInvalidMigrationDependenciesProvider | function | core/ |
Provides invalid migration dependencies. |
MigrationTest::getValidMigrationDependenciesProvider | function | core/ |
Provides data for valid migration configuration test. |
MigrationTest::testMigrationDependenciesWithInvalidConfig | function | core/ |
Tests that getting migration dependencies fails with invalid configuration. |
MigrationTest::testMigrationDependenciesWithValidConfig | function | core/ |
Tests valid migration dependencies configuration returns expected values. |
MigrationTest::testSetInvalidation | function | core/ |
Tests Migration::set(). |
ModerationStateConstraint::$invalidStateMessage | property | core/ |
The violation message when there is an invalid stated. |
ModerationStateConstraint::$invalidTransitionAccess | property | core/ |
The violation message when there is an invalid transition. |
ModerationStateConstraintValidator | class | core/ |
Checks if a moderation state transition is valid. |
ModerationStateConstraintValidator.php | file | core/ |
|
ModerationStateConstraintValidator::$currentUser | property | core/ |
The current user. |
Pagination
- Previous page
- Page 44
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.