You are here

interface NotifyInterface in Automatic Updates 8

Interface NotifyInterface.

Hierarchy

Expanded class hierarchy of NotifyInterface

All classes that implement NotifyInterface

File

src/Services/NotifyInterface.php, line 8

Namespace

Drupal\automatic_updates\Services
View source
interface NotifyInterface {

  /**
   * Send notification when PSAs are available.
   */
  public function send();

}

Members

Namesort descending Modifiers Type Description Overrides
NotifyInterface::send public function Send notification when PSAs are available. 1