ExecutionContext::getMetadataFactory

public ExecutionContext::getMetadataFactory()

File

core/lib/Drupal/Core/TypedData/Validation/ExecutionContext.php, line 312

Class

ExecutionContext
Defines an execution context class.

Namespace

Drupal\Core\TypedData\Validation

Code

1
2
3
public function getMetadataFactory() {
  throw new \LogicException('Legacy validator API is unsupported.');
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.