You are here

public function MetadataInterface::getTraversalStrategy 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::getTraversalStrategy()

Returns the strategy for traversing traversable objects.

Return value

int The traversal strategy

See also

TraversalStrategy

2 methods override MetadataInterface::getTraversalStrategy()
GenericMetadata::getTraversalStrategy in vendor/symfony/validator/Mapping/GenericMetadata.php
Returns the strategy for traversing traversable objects.
TypedDataMetadata::getTraversalStrategy in core/lib/Drupal/Core/TypedData/Validation/TypedDataMetadata.php
Returns the strategy for traversing traversable objects.

File

vendor/symfony/validator/Mapping/MetadataInterface.php, line 52

Class

MetadataInterface
A container for validation metadata.

Namespace

Symfony\Component\Validator\Mapping

Code

public function getTraversalStrategy();