You are here

public function Dependency::getConstraintString in Drupal 9

Same name and namespace in other branches
  1. 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\Extension

Code

public function getConstraintString() {
  return $this->constraintString;
}