You are here

public function CronJob::getSchedulerId in Ultimate Cron 8.2

Gets scheduler array which holds info about the scheduler settings.

Return value

array Scheduler settings

Overrides CronJobInterface::getSchedulerId

File

src/Entity/CronJob.php, line 822

Class

CronJob
Class for handling cron jobs.

Namespace

Drupal\ultimate_cron\Entity

Code

public function getSchedulerId() {
  return $this->scheduler;
}