You are here

interface BaseInterface in DRD Agent 8.3

Same name in this branch
  1. 8.3 src/Crypt/BaseInterface.php \Drupal\drd_agent\Crypt\BaseInterface
  2. 8.3 src/Agent/Action/BaseInterface.php \Drupal\drd_agent\Agent\Action\BaseInterface
  3. 8.3 src/Agent/Remote/BaseInterface.php \Drupal\drd_agent\Agent\Remote\BaseInterface
  4. 8.3 src/Agent/Auth/BaseInterface.php \Drupal\drd_agent\Agent\Auth\BaseInterface
Same name and namespace in other branches
  1. 4.0.x src/Agent/Remote/BaseInterface.php \Drupal\drd_agent\Agent\Remote\BaseInterface

Interface for remote classes.

Hierarchy

Expanded class hierarchy of BaseInterface

All classes that implement BaseInterface

File

src/Agent/Remote/BaseInterface.php, line 8

Namespace

Drupal\drd_agent\Agent\Remote
View source
interface BaseInterface {

  /**
   * Collect the security review results.
   *
   * @return array
   *   List of all the security review results.
   */
  public function collect() : array;

}

Members

Namesort descending Modifiers Type Description Overrides
BaseInterface::collect public function Collect the security review results. 3