Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
LazyProperty.php
function LazyProperty::getPropertyValue
File
vendor/
symfony/
validator/
Validator/
LazyProperty.php
, line 26
Class
LazyProperty
A wrapper for a callable initializing a property from a getter.
Namespace
Symfony\Component\Validator\Validator
Code
public
function
getPropertyValue
() : mixed {
return
(
$this
->
propertyValueCallback
)
(); }
RSS feed