You are here

public function MetadataInterface::getCascadingStrategy in Zircon Profile 8

Same name and namespace in other branches
  1. 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

CascadingStrategy

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\Mapping

Code

public function getCascadingStrategy();