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

Breadcrumb

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

function MetadataInterface::getCascadingStrategy

Returns the strategy for cascading objects.

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 38

Class

MetadataInterface
A container for validation metadata.

Namespace

Symfony\Component\Validator\Mapping

Code

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