function InternalViolation::getInvalidValue

File

core/lib/Drupal/Core/Field/InternalViolation.php, line 122

Class

InternalViolation
Wraps a violation to allow arrayPropertyPath to be deprecated.

Namespace

Drupal\Core\Field

Code

public function getInvalidValue() {
  return $this->violation
    ->getInvalidValue();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.