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
Namespace
Drupal\ultimate_cronCode
public function setSchedulerId($scheduler_id);