function ContextDefinition::getConstraint

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Plugin/Context/ContextDefinition.php \Drupal\Core\Plugin\Context\ContextDefinition::getConstraint()

File

core/lib/Drupal/Core/Plugin/Context/ContextDefinition.php, line 220

Class

ContextDefinition
Defines a class for context definitions.

Namespace

Drupal\Core\Plugin\Context

Code

public function getConstraint($constraint_name) {
  $constraints = $this->getConstraints();
  return $constraints[$constraint_name] ?? NULL;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.