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