You are here

interface MetadataFactoryInterface in Zircon Profile 8

Same name in this branch
  1. 8 vendor/symfony/validator/MetadataFactoryInterface.php \Symfony\Component\Validator\MetadataFactoryInterface
  2. 8 vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php \Symfony\Component\Validator\Mapping\Factory\MetadataFactoryInterface
Same name and namespace in other branches
  1. 8.0 vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php \Symfony\Component\Validator\Mapping\Factory\MetadataFactoryInterface

Returns {@link \Symfony\Component\Validator\Mapping\MetadataInterface} instances for values.

@since 2.5

@author Bernhard Schussek <bschussek@gmail.com>

Hierarchy

Expanded class hierarchy of MetadataFactoryInterface

All classes that implement MetadataFactoryInterface

2 files declare their use of MetadataFactoryInterface
RecursiveContextualValidator.php in core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php
Contains \Drupal\Core\TypedData\Validation\RecursiveContextualValidator.
ValidatorInterface.php in vendor/symfony/validator/Validator/ValidatorInterface.php

File

vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php, line 23

Namespace

Symfony\Component\Validator\Mapping\Factory
View source
interface MetadataFactoryInterface extends LegacyMetadataFactoryInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
MetadataFactoryInterface::getMetadataFor public function Returns the metadata for the given value. 5
MetadataFactoryInterface::hasMetadataFor public function Returns whether the class is able to return metadata for the given value. 5