You are here

interface UpdateHelperInterface in Evercurrent 8.2

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

The UpdateHelperInterface in case there are more services like it.

@package Drupal\evercurrent

Hierarchy

Expanded class hierarchy of UpdateHelperInterface

All classes that implement UpdateHelperInterface

File

src/UpdateHelperInterface.php, line 10

Namespace

Drupal\evercurrent
View 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

Namesort descending Modifiers Type Description Overrides
UpdateHelperInterface::sendUpdates public function Send updates to the Maintenance server. 1