You are here

public function CronJob::getLauncherId in Ultimate Cron 8.2

Gets launcher array which holds info about the launcher settings.

Return value

array Launcher settings

Overrides CronJobInterface::getLauncherId

File

src/Entity/CronJob.php, line 829

Class

CronJob
Class for handling cron jobs.

Namespace

Drupal\ultimate_cron\Entity

Code

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