You are here

public function CronJobInterface::setSchedulerId in Ultimate Cron 8.2

Sets scheduler array which holds info about the scheduler settings.

Parameters

$scheduler_id:

Return value

array Scheduler settings

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

File

src/CronJobInterface.php, line 128

Class

CronJobInterface

Namespace

Drupal\ultimate_cron

Code

public function setSchedulerId($scheduler_id);