You are here

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

CronJobInterface

Namespace

Drupal\ultimate_cron

Code

public function setTitle($title);