public function MetadataInterface::getCascadingStrategy in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/validator/Mapping/MetadataInterface.php \Symfony\Component\Validator\Mapping\MetadataInterface::getCascadingStrategy()
Returns the strategy for cascading objects.
Return value
int The cascading strategy
See also
2 methods override MetadataInterface::getCascadingStrategy()
- GenericMetadata::getCascadingStrategy in vendor/
symfony/ validator/ Mapping/ GenericMetadata.php - Returns the strategy for cascading objects.
- TypedDataMetadata::getCascadingStrategy in core/
lib/ Drupal/ Core/ TypedData/ Validation/ TypedDataMetadata.php - Returns the strategy for cascading objects.
File
- vendor/
symfony/ validator/ Mapping/ MetadataInterface.php, line 43
Class
- MetadataInterface
- A container for validation metadata.
Namespace
Symfony\Component\Validator\MappingCode
public function getCascadingStrategy();