function Dependency::getConstraintString
Same name in other branches
- 9 core/lib/Drupal/Core/Extension/Dependency.php \Drupal\Core\Extension\Dependency::getConstraintString()
- 10 core/lib/Drupal/Core/Extension/Dependency.php \Drupal\Core\Extension\Dependency::getConstraintString()
- 11.x core/lib/Drupal/Core/Extension/Dependency.php \Drupal\Core\Extension\Dependency::getConstraintString()
Gets constraint string from the dependency.
Return value
string The constraint string.
1 call to Dependency::getConstraintString()
- Dependency::offsetGet in core/
lib/ Drupal/ Core/ Extension/ Dependency.php
File
-
core/
lib/ Drupal/ Core/ Extension/ Dependency.php, line 87
Class
- Dependency
- A value object representing dependency information.
Namespace
Drupal\Core\ExtensionCode
public function getConstraintString() {
return $this->constraintString;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.