You are here

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

Returns the extra data of the check.

Return value

The category

Overrides ProdCheckInterface::data

1 method overrides ProdCheckBase::data()
ModuleList::data in src/Plugin/ProdCheck/Modules/ModuleList.php
Returns the extra data of the check.

File

src/Plugin/ProdCheck/ProdCheckBase.php, line 262

Class

ProdCheckBase
Base class for all the prod check plugins.

Namespace

Drupal\prod_check\Plugin\ProdCheck

Code

public function data() {
  return [];
}