You are here

public function ContentHubRequirementBase::description in Acquia Content Hub 8

Returns the description of the requirement/status.

Return value

string The description of the requirement/status.

Overrides ContentHubRequirementInterface::description

File

acquia_contenthub_diagnostic/src/ContentHubRequirementBase.php, line 106

Class

ContentHubRequirementBase
Defines a base implementation that Content Hub Requirements will extend.

Namespace

Drupal\acquia_contenthub_diagnostic

Code

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