You are here

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

CronJobInterface

Namespace

Drupal\ultimate_cron

Code

public function isValid();