public function UpdateHelperInterface::sendUpdates in Evercurrent 8
Same name and namespace in other branches
- 8.2 src/UpdateHelperInterface.php \Drupal\evercurrent\UpdateHelperInterface::sendUpdates()
Parameters
bool $force_update:
Return value
mixed
1 method overrides UpdateHelperInterface::sendUpdates()
- UpdateHelper::sendUpdates in src/
UpdateHelper.php - Send updates to the Maintenance server.
File
- src/
UpdateHelperInterface.php, line 21 - Contains Drupal\evercurrent\UpdateHelperInterface.
Class
- UpdateHelperInterface
- Interface UpdateHelperInterface.
Namespace
Drupal\evercurrentCode
public function sendUpdates($force_update = TRUE);