You are here

interface UpdateHelperInterface in Evercurrent 8

Same name and namespace in other branches
  1. 8.2 src/UpdateHelperInterface.php \Drupal\evercurrent\UpdateHelperInterface

Interface UpdateHelperInterface.

@package Drupal\evercurrent

Hierarchy

Expanded class hierarchy of UpdateHelperInterface

All classes that implement UpdateHelperInterface

File

src/UpdateHelperInterface.php, line 15
Contains Drupal\evercurrent\UpdateHelperInterface.

Namespace

Drupal\evercurrent
View source
interface UpdateHelperInterface {

  /**
   * @param bool $force_update
   * @return mixed
   */
  public function sendUpdates($force_update = TRUE);

}

Members