You are here

UpdateHelperInterface.php in Evercurrent 8

Same filename and directory in other branches
  1. 8.2 src/UpdateHelperInterface.php

Namespace

Drupal\evercurrent

File

src/UpdateHelperInterface.php
View 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

Namesort descending Description
UpdateHelperInterface Interface UpdateHelperInterface.