Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ExecutionContext.php
function ExecutionContext::__clone
File
vendor/
symfony/
validator/
Context/
ExecutionContext.php
, line 269
Class
ExecutionContext
The context used and created by {@link ExecutionContextFactory}.
Namespace
Symfony\Component\Validator\Context
Code
public
function
__clone
() {
$this
->
violations
=
clone
$this
->
violations
; }
RSS feed