You are here

public function CronJobInterface::setLauncherId in Ultimate Cron 8.2

Sets launcher array which holds info about the launcher settings.

Parameters

$launcher_id:

Return value

array Launcher settings

1 method overrides CronJobInterface::setLauncherId()
CronJob::setLauncherId in src/Entity/CronJob.php
Sets launcher array which holds info about the launcher settings.

File

src/CronJobInterface.php, line 137

Class

CronJobInterface

Namespace

Drupal\ultimate_cron

Code

public function setLauncherId($launcher_id);