public ExecutionContext::validateValue($value, $constraints, $subPath = '', $groups = NULL)
File
- core/lib/Drupal/Core/TypedData/Validation/ExecutionContext.php, line 277
Class
- ExecutionContext
- Defines an execution context class.
Namespace
Drupal\Core\TypedData\Validation
Code
1 2 3 | public function validateValue( $value , $constraints , $subPath = '' , $groups = NULL) { throw new \LogicException( 'Legacy validator API is unsupported.' ); } |
Please login to continue.