You are here

public function CronJob::getLoggerId in Ultimate Cron 8.2

Gets logger array which holds info about the logger settings.

Return value

array Logger settings

Overrides CronJobInterface::getLoggerId

File

src/Entity/CronJob.php, line 836

Class

CronJob
Class for handling cron jobs.

Namespace

Drupal\ultimate_cron\Entity

Code

public function getLoggerId() {
  return $this->logger['id'];
}