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