You are here

public function StubGlobalExecutionContext::getMetadataFactory in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/validator/Tests/Fixtures/StubGlobalExecutionContext.php \Symfony\Component\Validator\Tests\Fixtures\StubGlobalExecutionContext::getMetadataFactory()

Returns the factory for validation metadata objects.

Return value

MetadataFactoryInterface The metadata factory.

Overrides GlobalExecutionContextInterface::getMetadataFactory

File

vendor/symfony/validator/Tests/Fixtures/StubGlobalExecutionContext.php, line 67

Class

StubGlobalExecutionContext
@since 2.5.3

Namespace

Symfony\Component\Validator\Tests\Fixtures

Code

public function getMetadataFactory() {
}