Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| CompiledRoute.php | file | core/ |
|
| CompiledRoute::$fit | property | core/ |
The fitness of this route. |
| CompiledRoute::$numParts | property | core/ |
The number of parts in the path of this route. |
| CompiledRoute::$patternOutline | property | core/ |
The pattern outline of this route. |
| CompiledRoute::getDefaults | function | core/ |
Returns the defaults. |
| CompiledRoute::getFit | function | core/ |
Returns the fit of this route. |
| CompiledRoute::getNumParts | function | core/ |
Returns the number of parts in this route's path. |
| CompiledRoute::getOptions | function | core/ |
Returns the options. |
| CompiledRoute::getPatternOutline | function | core/ |
Returns the pattern outline of this route. |
| CompiledRoute::getRequirements | function | core/ |
Returns the requirements. |
| CompiledRoute::__construct | function | core/ |
Constructs a new compiled route object. |
| CompiledRoute::__serialize | function | core/ |
|
| CompiledRoute::__unserialize | function | core/ |
|
| CompiledRouteLegacyTest | class | core/ |
@coversDefaultClass \Drupal\Core\Routing\CompiledRoute[[api-linebreak]] @group Routing @group legacy |
| CompiledRouteLegacyTest.php | file | core/ |
|
| CompiledRouteLegacyTest::$compiled_route | property | core/ |
A compiled route object for testing purposes. |
| CompiledRouteLegacyTest::$mocked_route | property | core/ |
A mocked Route object. |
| CompiledRouteLegacyTest::setUp | function | core/ |
|
| CompiledRouteLegacyTest::testDefaultsDeprecated | function | core/ |
Tests for deprecated message and no PHP error. |
| CompiledRouteLegacyTest::testDefaultsDynamicallySet | function | core/ |
Tests to make sure we get an array when dynamically setting. |
| CompiledRouteLegacyTest::testOptionsDeprecated | function | core/ |
Tests for deprecated message and no PHP error. |
| CompiledRouteLegacyTest::testOptionsDynamicallySet | function | core/ |
Tests to make sure we get an array when dynamically setting. |
| CompiledRouteLegacyTest::testRequirementsDeprecated | function | core/ |
@covers ::getRequirements[[api-linebreak]] |
| CompiledRouteLegacyTest::testRequirementsDynamicallySet | function | core/ |
Tests to make sure we get an array when dynamically setting. |
| ComplexDataConstraint | class | core/ |
Complex data constraint. |
| ComplexDataConstraint.php | file | core/ |
|
| ComplexDataConstraint::$properties | property | core/ |
An array of constraints for contained properties, keyed by property name. |
| ComplexDataConstraint::getDefaultOption | function | core/ |
|
| ComplexDataConstraint::getRequiredOptions | function | core/ |
|
| ComplexDataConstraint::__construct | function | core/ |
|
| ComplexDataConstraintValidator | class | core/ |
Validates complex data. |
| ComplexDataConstraintValidator.php | file | core/ |
|
| ComplexDataConstraintValidator::validate | function | core/ |
|
| ComplexDataConstraintValidatorTest | class | core/ |
Tests ComplexData validation with both valid and invalid values. |
| ComplexDataConstraintValidatorTest.php | file | core/ |
|
| ComplexDataConstraintValidatorTest::$typedData | property | core/ |
The typed data manager to use. |
| ComplexDataConstraintValidatorTest::setUp | function | core/ |
|
| ComplexDataConstraintValidatorTest::testValidation | function | core/ |
Tests the ComplexData validation constraint validator. |
| ComplexDataDefinitionBase | class | core/ |
Base class for complex data definitions. |
| ComplexDataDefinitionBase.php | file | core/ |
|
| ComplexDataDefinitionBase::$propertyDefinitions | property | core/ |
An array of data definitions. |
| ComplexDataDefinitionBase::getMainPropertyName | function | core/ |
Returns the name of the main property, if any. |
| ComplexDataDefinitionBase::getPropertyDefinition | function | core/ |
Gets the definition of a contained property. |
| ComplexDataDefinitionBase::getPropertyDefinitions | function | core/ |
Gets an array of property definitions of contained properties. |
| ComplexDataDefinitionBase::__sleep | function | core/ |
|
| ComplexDataDefinitionInterface | interface | core/ |
Interface for complex data definitions. |
| ComplexDataDefinitionInterface.php | file | core/ |
|
| ComplexDataDefinitionInterface::getMainPropertyName | function | core/ |
Returns the name of the main property, if any. |
| ComplexDataDefinitionInterface::getPropertyDefinition | function | core/ |
Gets the definition of a contained property. |
| ComplexDataDefinitionInterface::getPropertyDefinitions | function | core/ |
Gets an array of property definitions of contained properties. |
Pagination
- Previous page
- Page 202
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.