You are here

public function RecursiveContextualValidator::atPath in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php \Drupal\Core\TypedData\Validation\RecursiveContextualValidator::atPath()

File

core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php, line 76

Class

RecursiveContextualValidator
Defines a recursive contextual validator for Typed Data.

Namespace

Drupal\Core\TypedData\Validation

Code

public function atPath($path) {

  // @todo This method is not used at the moment, see
  //   https://www.drupal.org/node/2482527
  return $this;
}