You are here

public function ErrorLog::__sleep in Error Log 8

File

src/Logger/ErrorLog.php, line 97

Class

ErrorLog
Logs events to the PHP error log.

Namespace

Drupal\error_log\Logger

Code

public function __sleep() {
  return array_diff($this
    ->dependencySleep(), [
    'config',
  ]);
}