You are here

NotifyInterface.php in Automatic Updates 8

File

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

namespace Drupal\automatic_updates\Services;


/**
 * Interface NotifyInterface.
 */
interface NotifyInterface {

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

}

Interfaces

Namesort descending Description
NotifyInterface Interface NotifyInterface.