interface UpdateHelperInterface in Evercurrent 8.2
Same name and namespace in other branches
- 8 src/UpdateHelperInterface.php \Drupal\evercurrent\UpdateHelperInterface
The UpdateHelperInterface in case there are more services like it.
@package Drupal\evercurrent
Hierarchy
- interface \Drupal\evercurrent\UpdateHelperInterface
Expanded class hierarchy of UpdateHelperInterface
All classes that implement UpdateHelperInterface
File
- src/
UpdateHelperInterface.php, line 10
Namespace
Drupal\evercurrentView source
interface UpdateHelperInterface {
/**
* Send updates to the Maintenance server.
*
* @param bool $force_update
* A flag that will ignore checks for time or similarity.
*
* @return bool
* Returns success or failure.
*/
public function sendUpdates($force_update = TRUE);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
UpdateHelperInterface:: |
public | function | Send updates to the Maintenance server. | 1 |