You are here

public function CronJob::getTitle in Ultimate Cron 8.2

Gets the title of the created cron job.

Return value

mixed Cron job title.

Overrides CronJobInterface::getTitle

File

src/Entity/CronJob.php, line 796

Class

CronJob
Class for handling cron jobs.

Namespace

Drupal\ultimate_cron\Entity

Code

public function getTitle() {
  return $this->title;
}