You are here

public function CronJob::setLauncherId in Ultimate Cron 8.2

Sets launcher array which holds info about the launcher settings.

Parameters

$launcher_id:

Return value

array Launcher settings

Overrides CronJobInterface::setLauncherId

File

src/Entity/CronJob.php, line 875

Class

CronJob
Class for handling cron jobs.

Namespace

Drupal\ultimate_cron\Entity

Code

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