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