interface UpdateHelperInterface in Evercurrent 8
Same name and namespace in other branches
- 8.2 src/UpdateHelperInterface.php \Drupal\evercurrent\UpdateHelperInterface
Interface UpdateHelperInterface.
@package Drupal\evercurrent
Hierarchy
- interface \Drupal\evercurrent\UpdateHelperInterface
Expanded class hierarchy of UpdateHelperInterface
All classes that implement UpdateHelperInterface
File
- src/
UpdateHelperInterface.php, line 15 - Contains Drupal\evercurrent\UpdateHelperInterface.
Namespace
Drupal\evercurrentView source
interface UpdateHelperInterface {
/**
* @param bool $force_update
* @return mixed
*/
public function sendUpdates($force_update = TRUE);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
UpdateHelperInterface:: |
public | function | 1 |