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