Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. 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)();
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal