comparison vendor/symfony/validator/Mapping/ClassMetadataInterface.php @ 18:af1871eacc83

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:33:08 +0100
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
17:129ea1e6d783 18:af1871eacc83
84 public function hasPropertyMetadata($property); 84 public function hasPropertyMetadata($property);
85 85
86 /** 86 /**
87 * Returns all metadata instances for the given named property. 87 * Returns all metadata instances for the given named property.
88 * 88 *
89 * If your implementation does not support properties, simply throw an 89 * If your implementation does not support properties, throw an exception
90 * exception in this method (for example a <tt>BadMethodCallException</tt>). 90 * in this method (for example a <tt>BadMethodCallException</tt>).
91 * 91 *
92 * @param string $property The property name 92 * @param string $property The property name
93 * 93 *
94 * @return PropertyMetadataInterface[] A list of metadata instances. Empty if 94 * @return PropertyMetadataInterface[] A list of metadata instances. Empty if
95 * no metadata exists for the property. 95 * no metadata exists for the property.