public function CronRule::isValid in Ultimate Cron 8.2
Check if a rule is valid.
File
- src/
CronRule.php, line 472
Class
Namespace
Drupal\ultimate_cronCode
public function isValid() {
return $this
->getLastSchedule() === FALSE ? FALSE : TRUE;
}