You are here

public function BaseInterface::collect in DRD Agent 4.0.x

Same name and namespace in other branches
  1. 8.3 src/Agent/Remote/BaseInterface.php \Drupal\drd_agent\Agent\Remote\BaseInterface::collect()

Collect the security review results.

Return value

array List of all the security review results.

3 methods override BaseInterface::collect()
Monitoring::collect in src/Agent/Remote/Monitoring.php
Collect the security review results.
Requirements::collect in src/Agent/Remote/Requirements.php
Collect the security review results.
SecurityReview::collect in src/Agent/Remote/SecurityReview.php
Collect the security review results.

File

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

Class

BaseInterface
Interface for remote classes.

Namespace

Drupal\drd_agent\Agent\Remote

Code

public function collect() : array;