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()
ClassMetadata::hasPropertyMetadata in drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ClassMetadata.php
Check if there's any metadata attached to the given named property.
PropertyContainerMetadata::hasPropertyMetadata in drupal/core/lib/Drupal/Core/TypedData/Validation/PropertyContainerMetadata.php
Implements 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);