Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ClonerInterface.php

interface ClonerInterface

@author Nicolas Grekas <p@tchwork.com>

Hierarchy

  • interface \Symfony\Component\VarDumper\Cloner\ClonerInterface

Expanded class hierarchy of ClonerInterface

All classes that implement ClonerInterface

3 files declare their use of ClonerInterface
DataCollector.php in vendor/symfony/http-kernel/DataCollector/DataCollector.php
Dumper.php in vendor/symfony/console/Helper/Dumper.php
DumpListener.php in vendor/symfony/http-kernel/EventListener/DumpListener.php

File

vendor/symfony/var-dumper/Cloner/ClonerInterface.php, line 17

Namespace

Symfony\Component\VarDumper\Cloner
View source
interface ClonerInterface {
    
    /**
     * Clones a PHP variable.
     */
    public function cloneVar(mixed $var) : Data;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
ClonerInterface::cloneVar public function Clones a PHP variable. 1

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal