You are here

public function CronJobInterface::getModule in Ultimate Cron 8.2

Gets the cron job module name used for the callback string.

Return value

string Module name.

1 method overrides CronJobInterface::getModule()
CronJob::getModule in src/Entity/CronJob.php
Gets the cron job module name used for the callback string.

File

src/CronJobInterface.php, line 68

Class

CronJobInterface

Namespace

Drupal\ultimate_cron

Code

public function getModule();