public function CronJobInterface::isValid in Ultimate Cron 8.2
Check if the cron job is callable.
Return value
bool TRUE if the job is callable, FALSE otherwise.
1 method overrides CronJobInterface::isValid()
- CronJob::isValid in src/
Entity/ CronJob.php - Check if the cron job is callable.
File
- src/
CronJobInterface.php, line 154
Class
Namespace
Drupal\ultimate_cronCode
public function isValid();