Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| CompiledRoute | class | core/ |
A compiled route contains derived information from a route object. |
| 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::getFit | function | core/ |
Returns the fit of this route. |
| CompiledRoute::getNumParts | function | core/ |
Returns the number of parts in this route's path. |
| CompiledRoute::getPatternOutline | function | core/ |
Returns the pattern outline of this route. |
| CompiledRoute::__construct | function | core/ |
Constructs a new compiled route object. |
| CompiledRoute::__serialize | function | core/ |
|
| CompiledRoute::__unserialize | function | core/ |
|
| 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/ |
@todo Add method return type declaration. |
| ComplexDataConstraint::getRequiredOptions | function | core/ |
@todo Add method return type declaration. |
| 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. |
| ComplexDataInterface | interface | core/ |
Interface for complex data; i.e. data containing named and typed properties. |
| ComplexDataInterface.php | file | core/ |
|
| ComplexDataInterface::get | function | core/ |
Gets a property object. |
| ComplexDataInterface::getDataDefinition | function | core/ |
Gets the data definition. |
| ComplexDataInterface::getProperties | function | core/ |
Gets an array of property objects. |
| ComplexDataInterface::isEmpty | function | core/ |
Determines whether the data structure is empty. |
| ComplexDataInterface::set | function | core/ |
Sets a property value. |
| ComplexDataInterface::toArray | function | core/ |
Returns an array of all property values. |
| ComplexDataNormalizer | class | core/ |
Converts the Drupal entity object structures to a normalized array. |
| ComplexDataNormalizer.php | file | core/ |
|
| ComplexDataNormalizer::getSupportedTypes | function | core/ |
|
| ComplexDataNormalizer::hasCacheableSupportsMethod | function | core/ |
|
| ComplexDataNormalizer::normalize | function | core/ |
Pagination
- Previous page
- Page 203
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.