function ExecutionContext::getPropertyName
File
-
core/
lib/ Drupal/ Core/ Validation/ ExecutionContext.php, line 195
Class
- ExecutionContext
- Defines an execution context class.
Namespace
Drupal\Core\ValidationCode
public function getPropertyName() : ?string {
return $this->metadata instanceof PropertyMetadataInterface ? $this->metadata
->getPropertyName() : NULL;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.