interface NotifyInterface in Automatic Updates 8
Interface NotifyInterface.
Hierarchy
- interface \Drupal\automatic_updates\Services\NotifyInterface
Expanded class hierarchy of NotifyInterface
All classes that implement NotifyInterface
File
- src/
Services/ NotifyInterface.php, line 8
Namespace
Drupal\automatic_updates\ServicesView source
interface NotifyInterface {
/**
* Send notification when PSAs are available.
*/
public function send();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
NotifyInterface:: |
public | function | Send notification when PSAs are available. | 1 |