Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Dependency.php

function 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;
}
RSS feed
Powered by Drupal