CronInterface::run

public CronInterface::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.

File

core/lib/Drupal/Core/CronInterface.php, line 20

Class

CronInterface
An interface for running cron tasks.

Namespace

Drupal\Core

Code

public function run();
doc_Drupal
2016-10-29 08:59:09
Comments
Leave a Comment

Please login to continue.