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

Breadcrumb

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

function TraceableSerializer::__call

Proxies all method calls to the original serializer.

File

vendor/symfony/serializer/Debug/TraceableSerializer.php, line 157

Class

TraceableSerializer
Collects some data about serialization.

Namespace

Symfony\Component\Serializer\Debug

Code

public function __call(string $method, array $arguments) : mixed {
    return $this->serializer
        ->{$method}(...$arguments);
}

API Navigation

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