You are here

public function UltimateCronCommands::__construct in Ultimate Cron 8.2

Constructs an UltimateCronCommands object.

Parameters

\Drupal\Core\Logger\LoggerChannelFactoryInterface $logger: Logger factory object.

File

src/Commands/UltimateCronCommands.php, line 31

Class

UltimateCronCommands
Class UltimateCronCommands.

Namespace

Drupal\ultimate_cron\Commands

Code

public function __construct(LoggerChannelFactoryInterface $logger) {
  $this->logger = $logger
    ->get('ultimate_cron');
}