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