function InternalViolation::getPropertyPath
Same name in other branches
- 9 core/lib/Drupal/Core/Field/InternalViolation.php \Drupal\Core\Field\InternalViolation::getPropertyPath()
- 11.x core/lib/Drupal/Core/Field/InternalViolation.php \Drupal\Core\Field\InternalViolation::getPropertyPath()
File
-
core/
lib/ Drupal/ Core/ Field/ InternalViolation.php, line 115
Class
- InternalViolation
- Wraps a violation to allow arrayPropertyPath to be deprecated.
Namespace
Drupal\Core\FieldCode
public function getPropertyPath() : string {
return $this->violation
->getPropertyPath();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.