You are here

public function UpdateHelperInterface::sendUpdates in Evercurrent 8.2

Same name and namespace in other branches
  1. 8 src/UpdateHelperInterface.php \Drupal\evercurrent\UpdateHelperInterface::sendUpdates()

Send updates to the Maintenance server.

Parameters

bool $force_update: A flag that will ignore checks for time or similarity.

Return value

bool Returns success or failure.

1 method overrides UpdateHelperInterface::sendUpdates()
UpdateHelper::sendUpdates in src/UpdateHelper.php
Send updates to the Maintenance server.

File

src/UpdateHelperInterface.php, line 21

Class

UpdateHelperInterface
The UpdateHelperInterface in case there are more services like it.

Namespace

Drupal\evercurrent

Code

public function sendUpdates($force_update = TRUE);