public function CronJobInterface::setTitle in Ultimate Cron 8.2
Sets the title of the created cron job.
Parameters
$title:
Return value
mixed Cron job title.
1 method overrides CronJobInterface::setTitle()
- CronJob::setTitle in src/
Entity/ CronJob.php - Sets the title of the created cron job.
File
- src/
CronJobInterface.php, line 101
Class
Namespace
Drupal\ultimate_cronCode
public function setTitle($title);