public function Dependency::getConstraintString in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Extension/Dependency.php \Drupal\Core\Extension\Dependency::getConstraintString()
Gets constraint string from the dependency.
Return value
string The constraint string.
File
- core/
lib/ Drupal/ Core/ Extension/ Dependency.php, line 82
Class
- Dependency
- A value object representing dependency information.
Namespace
Drupal\Core\ExtensionCode
public function getConstraintString() {
return $this->constraintString;
}