You are here

public function CronJobInterface::getTitle in Ultimate Cron 8.2

Gets the title of the created cron job.

Return value

mixed Cron job title.

1 method overrides CronJobInterface::getTitle()
CronJob::getTitle in src/Entity/CronJob.php
Gets the title of the created cron job.

File

src/CronJobInterface.php, line 52

Class

CronJobInterface

Namespace

Drupal\ultimate_cron

Code

public function getTitle();