Extracts the value of the property from the given container.
Parameters
mixed $containingValue The container to extract the property value from.:
Return value
mixed The value of the property.
File
- drupal/core/vendor/symfony/validator/Symfony/Component/Validator/PropertyMetadataInterface.php, line 43
Class
- PropertyMetadataInterface
- A container for validation metadata of a property.
Namespace
Symfony\Component\Validator
Code
public function getPropertyValue($containingValue);