public function ExecutionContextInterface::getPropertyName

Returns the property name of the current node.

If the metadata of the current node does not implement {@link PropertyMetadataInterface} or if no metadata is available for the current node, this method returns null.

Return value

string|null The property name or null, if no property name could be found.

1 method overrides ExecutionContextInterface::getPropertyName()
ExecutionContext::getPropertyName in drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContext.php
Returns the property name of the current node.

File

drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContextInterface.php, line 270

Class

ExecutionContextInterface
Stores the validator's state during validation.

Namespace

Symfony\Component\Validator

Code

public function getPropertyName();