NotifyInterface.php in Automatic Updates 8
Namespace
Drupal\automatic_updates\ServicesFile
src/Services/NotifyInterface.phpView source
<?php
namespace Drupal\automatic_updates\Services;
/**
* Interface NotifyInterface.
*/
interface NotifyInterface {
/**
* Send notification when PSAs are available.
*/
public function send();
}
Interfaces
Name | Description |
---|---|
NotifyInterface | Interface NotifyInterface. |