function ExecutionContext::__clone
Clone this context.
File
-
core/
lib/ Drupal/ Core/ Validation/ ExecutionContext.php, line 247
Class
- ExecutionContext
- Defines an execution context class.
Namespace
Drupal\Core\ValidationCode
public function __clone() : void {
$this->violations = clone $this->violations;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.