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

Breadcrumb

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

function BufferingLogger::__sleep

File

vendor/symfony/error-handler/BufferingLogger.php, line 38

Class

BufferingLogger
A buffering logger that stacks logs for later.

Namespace

Symfony\Component\ErrorHandler

Code

public function __sleep() : array {
    throw new \BadMethodCallException('Cannot serialize ' . __CLASS__);
}

API Navigation

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