interface AutomaticUpdatesPsaInterface in Automatic Updates 8
Interface AutomaticUpdatesPsaInterface.
Hierarchy
- interface \Drupal\automatic_updates\Services\AutomaticUpdatesPsaInterface
Expanded class hierarchy of AutomaticUpdatesPsaInterface
All classes that implement AutomaticUpdatesPsaInterface
File
- src/
Services/ AutomaticUpdatesPsaInterface.php, line 8
Namespace
Drupal\automatic_updates\ServicesView source
interface AutomaticUpdatesPsaInterface {
/**
* Get public service messages.
*
* @return array
* A return of translatable strings.
*/
public function getPublicServiceMessages();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AutomaticUpdatesPsaInterface:: |
public | function | Get public service messages. | 1 |