You are here

interface AutomaticUpdatesPsaInterface in Automatic Updates 8

Interface AutomaticUpdatesPsaInterface.

Hierarchy

Expanded class hierarchy of AutomaticUpdatesPsaInterface

All classes that implement AutomaticUpdatesPsaInterface

File

src/Services/AutomaticUpdatesPsaInterface.php, line 8

Namespace

Drupal\automatic_updates\Services
View source
interface AutomaticUpdatesPsaInterface {

  /**
   * Get public service messages.
   *
   * @return array
   *   A return of translatable strings.
   */
  public function getPublicServiceMessages();

}

Members