function ContextDefinition::getConstraints

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

File

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

Class

ContextDefinition
Defines a class for context definitions.

Namespace

Drupal\Core\Plugin\Context

Code

public function getConstraints() {
  // @todo Apply defaults.
  return $this->constraints;
}

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