You are here

public function ModuleList::data in Production check & Production monitor 8

Returns the extra data of the check.

Return value

The category

Overrides ProdCheckBase::data

File

src/Plugin/ProdCheck/Modules/ModuleList.php, line 127
Contains \Drupal\prod_check\Plugin\ProdCheck\Modules\ModuleList.

Class

ModuleList
Returns a list of installed modules (and their updates).

Namespace

Drupal\prod_check\Plugin\ProdCheck\Modules

Code

public function data() {
  return $this->moduleList;
}