function Cron::run
Executes a cron run.
Do not call this function from a test. Use $this->cronRun() instead.
Return value
bool TRUE upon success, FALSE otherwise.
Overrides CronInterface::run
File
-
core/
lib/ Drupal/ Core/ ProxyClass/ Cron.php, line 73
Class
- Cron
- Provides a proxy class for \Drupal\Core\Cron.
Namespace
Drupal\Core\ProxyClassCode
public function run() {
return $this->lazyLoadItself()
->run();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.