Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Constraint::$label | property | core/ |
The human-readable name of the constraint plugin. |
| Constraint::$type | property | core/ |
DataType plugin IDs for which this constraint applies. |
| Constraint::isCompatible | function | core/ |
Determines if the provided version is satisfied by this constraint. |
| Constraint::parseConstraint | function | core/ |
Parses a constraint string. |
| Constraint::__construct | function | core/ |
Constraint constructor. |
| Constraint::__toString | function | core/ |
Gets the constraint as a string. |
| ConstraintFactory | class | core/ |
Constraint plugin factory. |
| ConstraintFactory.php | file | core/ |
|
| ConstraintFactory::createInstance | function | core/ |
Creates a pre-configured instance of a plugin. |
| ConstraintFactoryTest | class | core/ |
@coversDefaultClass \Drupal\Core\Validation\ConstraintFactory[[api-linebreak]] |
| ConstraintFactoryTest.php | file | core/ |
|
| ConstraintFactoryTest::$modules | property | core/ |
Modules to enable. |
| ConstraintFactoryTest::testCreateInstance | function | core/ |
@covers ::createInstance[[api-linebreak]] |
| ConstraintManager | class | core/ |
Constraint plugin manager. |
| ConstraintManager.php | file | core/ |
|
| ConstraintManager::create | function | core/ |
Creates a validation constraint. |
| ConstraintManager::getDefinitionsByType | function | core/ |
Returns a list of constraints that support the given type. |
| ConstraintManager::getDiscovery | function | core/ |
Gets the plugin discovery. |
| ConstraintManager::processDefinition | function | core/ |
Performs extra processing on plugin definitions. |
| ConstraintManager::registerDefinitions | function | core/ |
Callback for registering definitions for constraints shipped with Symfony. |
| ConstraintManager::__construct | function | core/ |
Overrides \Drupal\Component\Plugin\PluginManagerBase::__construct(). |
| ConstraintsTest | class | core/ |
Tests various low level constrains provided by core. |
| ConstraintsTest.php | file | core/ |
|
| ConstraintsTest::$modules | property | core/ |
Modules to enable. |
| ConstraintsTest::setUp | function | core/ |
|
| ConstraintsTest::testUuid | function | core/ |
|
| ConstraintTest | class | core/ |
@coversDefaultClass \Drupal\Component\Version\Constraint[[api-linebreak]] @group Version |
| ConstraintTest.php | file | core/ |
|
| ConstraintTest::createTestsForVersions | function | core/ |
Create testIsCompatible() test cases for constraints and versions. |
| ConstraintTest::providerIsCompatible | function | core/ |
Provider for testIsCompatible. |
| ConstraintTest::testIsCompatible | function | core/ |
@covers ::isCompatible[[api-linebreak]] @dataProvider providerIsCompatible |
| 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. |
| ConstraintViolationBuilder | class | core/ |
Defines a constraint violation builder for the Typed Data validator. |
| ConstraintViolationBuilder.php | file | core/ |
|
| ConstraintViolationBuilder::$cause | property | core/ |
|
| ConstraintViolationBuilder::$code | property | core/ |
|
| ConstraintViolationBuilder::$constraint | property | core/ |
|
| ConstraintViolationBuilder::$invalidValue | property | core/ |
The invalid value caused the violation. |
| ConstraintViolationBuilder::$message | property | core/ |
The violation message. |
| ConstraintViolationBuilder::$parameters | property | core/ |
The message parameters. |
| ConstraintViolationBuilder::$plural | property | core/ |
The number used |
| ConstraintViolationBuilder::$propertyPath | property | core/ |
The property path. |
| ConstraintViolationBuilder::$root | property | core/ |
The root path. |
| ConstraintViolationBuilder::$translationDomain | property | core/ |
The translation domain. |
| ConstraintViolationBuilder::$translator | property | core/ |
The translator. |
| ConstraintViolationBuilder::$violations | property | core/ |
The list of violations. |
Pagination
- Previous page
- Page 220
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.