You are here

AutomaticUpdatesPsaInterface.php in Automatic Updates 8

File

src/Services/AutomaticUpdatesPsaInterface.php
View source
<?php

namespace Drupal\automatic_updates\Services;


/**
 * Interface AutomaticUpdatesPsaInterface.
 */
interface AutomaticUpdatesPsaInterface {

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

}

Interfaces

Namesort descending Description
AutomaticUpdatesPsaInterface Interface AutomaticUpdatesPsaInterface.