UpdateHelperInterface.php in Evercurrent 8
Same filename and directory in other branches
Contains Drupal\evercurrent\UpdateHelperInterface.
Namespace
Drupal\evercurrentFile
src/UpdateHelperInterface.phpView source
<?php
/**
* @file
* Contains Drupal\evercurrent\UpdateHelperInterface.
*/
namespace Drupal\evercurrent;
/**
* Interface UpdateHelperInterface.
*
* @package Drupal\evercurrent
*/
interface UpdateHelperInterface {
/**
* @param bool $force_update
* @return mixed
*/
public function sendUpdates($force_update = TRUE);
}
Interfaces
Name | Description |
---|---|
UpdateHelperInterface | Interface UpdateHelperInterface. |