Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. MetadataInterface.php

function MetadataInterface::getTraversalStrategy

Returns the strategy for traversing traversable objects.

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 45

Class

MetadataInterface
A container for validation metadata.

Namespace

Symfony\Component\Validator\Mapping

Code

public function getTraversalStrategy() : int;
RSS feed
Powered by Drupal