Search for valid
- Search 7.x for valid
- Search 9.5.x for valid
- Search 10.3.x for valid
- Search 11.x for valid
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ConfigImportValidateEventSubscriberBase | class | core/ |
Defines a base event listener implementation for config sync validation. |
ConfigImportValidateEventSubscriberBase.php | file | core/ |
|
ConfigImportValidateEventSubscriberBase::getSubscribedEvents | function | core/ |
|
ConfigImportValidateEventSubscriberBase::onConfigImporterValidate | function | core/ |
Checks that the configuration synchronization is valid. |
ConfigInstaller::validateDependencies | function | core/ |
Validates an array of config data that contains dependency information. |
ConfigStorageTestBase::$invalidStorage | property | core/ |
|
ConfigStorageTestBase::testInvalidStorage | function | core/ |
Tests an invalid storage. |
ConfigTest::$cacheTagsInvalidator | property | core/ |
The mocked cache tags invalidator. |
ConfigTest::testSetValidation | function | core/ |
@covers ::set[[api-linebreak]] |
ConfigTest::testValidateNameException | function | core/ |
@covers ::validateName[[api-linebreak]] @dataProvider validateNameProvider |
ConfigTest::validateNameProvider | function | core/ |
Provides data to test name validation. |
ConfigurableActionBase::validateConfigurationForm | function | core/ |
Form validation handler. |
ConfigurableImageEffectBase::validateConfigurationForm | function | core/ |
Form validation handler. |
ConstraintValidatorFactory | class | core/ |
Defines a constraint validator factory that works with container injection. |
ConstraintValidatorFactory.php | file | core/ |
|
ConstraintValidatorFactory::getInstance | function | core/ |
|
ConstraintValidatorFactory::__construct | function | core/ |
Constructs a new ConstraintValidatorFactory. |
ConstraintViolationBuilder::$invalidValue | property | core/ |
The invalid value caused the violation. |
ConstraintViolationBuilder::setInvalidValue | function | core/ |
|
ContainerTest::testResolveServicesAndParametersForInvalidArgument | function | core/ |
Tests that an invalid argument throw an Exception. |
ContainerTest::testResolveServicesAndParametersForInvalidArguments | function | core/ |
Tests that invalid arguments throw an Exception. |
ContentEntityBase::$validated | property | core/ |
Whether entity validation was performed. |
ContentEntityBase::$validationRequired | property | core/ |
Whether entity validation is required before saving the entity. |
ContentEntityBase::isValidationRequired | function | core/ |
Checks whether entity validation is required before saving the entity. |
ContentEntityBase::setValidationRequired | function | core/ |
Sets whether entity validation is required before saving the entity. |
ContentEntityBase::validate | function | core/ |
Validates the currently set values. |
ContentEntityBaseUnitTest::testRequiredValidation | function | core/ |
Tests required validation. |
ContentEntityBaseUnitTest::testValidate | function | core/ |
@covers ::validate[[api-linebreak]] |
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… |
ContentEntityFormFieldValidationFilteringTest | class | core/ |
Tests field validation filtering on content entity forms. |
ContentEntityFormFieldValidationFilteringTest.php | file | core/ |
|
ContentEntityFormFieldValidationFilteringTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ContentEntityFormFieldValidationFilteringTest::$entityTypeId | property | core/ |
The ID of the type of the entity under test. |
ContentEntityFormFieldValidationFilteringTest::$fieldNameFile | property | core/ |
The name of the file field being tested with the entity type. |
ContentEntityFormFieldValidationFilteringTest::$fieldNameMultiple | property | core/ |
The multi-valued field name being tested with the entity type. |
ContentEntityFormFieldValidationFilteringTest::$fieldNameSingle | property | core/ |
The single-valued field name being tested with the entity type. |
ContentEntityFormFieldValidationFilteringTest::$modules | property | core/ |
Modules to enable. |
ContentEntityFormFieldValidationFilteringTest::setUp | function | core/ |
|
ContentEntityFormFieldValidationFilteringTest::testFieldWidgetsWithLimitedValidationErrors | function | core/ |
Tests field widgets with #limit_validation_errors. |
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… |
ContentEntityTest::testConstructorInvalidBundle | function | core/ |
Tests the constructor for invalid entity bundle. |
ContentUninstallValidator | class | core/ |
Validates module uninstall readiness based on existing content entities. |
ContentUninstallValidator | class | core/ |
Provides a proxy class for \Drupal\Core\Entity\ContentUninstallValidator. |
ContentUninstallValidator.php | file | core/ |
|
ContentUninstallValidator.php | file | core/ |
|
ContentUninstallValidator::$container | property | core/ |
The service container. |
ContentUninstallValidator::$deprecatedProperties | property | core/ |
|
ContentUninstallValidator::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
ContentUninstallValidator::$entityTypeManager | property | core/ |
The entity type manager service. |
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.