public function ContentHubRequirementBase::title in Acquia Content Hub 8
Returns the name of the requirement.
Return value
string The name of the requirement.
Overrides ContentHubRequirementInterface::title
File
- acquia_contenthub_diagnostic/
src/ ContentHubRequirementBase.php, line 92
Class
- ContentHubRequirementBase
- Defines a base implementation that Content Hub Requirements will extend.
Namespace
Drupal\acquia_contenthub_diagnosticCode
public function title() {
return $this->pluginDefinition['title'];
}