public function Log::__construct in Acquia Content Hub 8.2
Log constructor.
Parameters
\Drupal\Core\Logger\LoggerChannelInterface $logger_channel: Acquia Logger Channel.
File
- modules/
acquia_contenthub_publisher/ src/ EventSubscriber/ NotConfirmedEntitiesFound/ Log.php, line 30
Class
- Log
- Log for not yet confirmed entities found.
Namespace
Drupal\acquia_contenthub_publisher\EventSubscriber\NotConfirmedEntitiesFoundCode
public function __construct(LoggerChannelInterface $logger_channel) {
$this->logger = $logger_channel;
}