public function PropertyMetadataContainerInterface::hasPropertyMetadata

Check if there's any metadata attached to the given named property.

Parameters

string $property The property name.:

Return value

Boolean

2 methods override PropertyMetadataContainerInterface::hasPropertyMetadata()

File

drupal/core/vendor/symfony/validator/Symfony/Component/Validator/PropertyMetadataContainerInterface.php, line 28

Class

PropertyMetadataContainerInterface
A container for {@link PropertyMetadataInterface} instances.

Namespace

Symfony\Component\Validator

Code

public function hasPropertyMetadata($property);