public function LoggerChannelPartFactory::__construct in Purge 8.3
Construct \Drupal\purge\Logger\LoggerChannelPartFactory.
Parameters
\Psr\Log\LoggerInterface $logger_channel_purge: The single and central logger channel used by purge module(s).
File
- src/
Logger/ LoggerChannelPartFactory.php, line 26
Class
- LoggerChannelPartFactory
- Provides a factory that creates LoggerChannelPartInterface instances.
Namespace
Drupal\purge\LoggerCode
public function __construct(LoggerInterface $logger_channel_purge) {
$this->loggerChannelPurge = $logger_channel_purge;
}