function MetadataInterface::getCascadingStrategy
Returns the strategy for cascading objects.
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 38
Class
- MetadataInterface
- A container for validation metadata.
Namespace
Symfony\Component\Validator\MappingCode
public function getCascadingStrategy() : int;