public function ContentHubRequirementInterface::description in Acquia Content Hub 8
Returns the description of the requirement/status.
Return value
string The description of the requirement/status.
1 method overrides ContentHubRequirementInterface::description()
- ContentHubRequirementBase::description in acquia_contenthub_diagnostic/
src/ ContentHubRequirementBase.php - Returns the description of the requirement/status.
File
- acquia_contenthub_diagnostic/
src/ ContentHubRequirementInterface.php, line 32
Class
- ContentHubRequirementInterface
- Provides an interface defining a Content Hub Requirement plugin.
Namespace
Drupal\acquia_contenthub_diagnosticCode
public function description();