public function DebuggerInterface::__construct in Acquia Purge 8
Construct a debugger.
Parameters
\Drupal\purge\Logger\LoggerChannelPartInterface $logger: The logger passed to the Platform CDN purger.
1 method overrides DebuggerInterface::__construct()
- Debugger::__construct in src/
Plugin/ Purge/ Purger/ Debugger.php - Construct a debugger.
File
- src/
Plugin/ Purge/ Purger/ DebuggerInterface.php, line 21
Class
- DebuggerInterface
- Describes a centralized debugger for Acquia purger plugins.
Namespace
Drupal\acquia_purge\Plugin\Purge\PurgerCode
public function __construct(LoggerChannelPartInterface $logger);