function Context::getConstraints
Overrides Context::getConstraints
File
- 
              core/
lib/ Drupal/ Core/ Plugin/ Context/ Context.php, line 110  
Class
- Context
 - A Drupal specific context wrapper class.
 
Namespace
Drupal\Core\Plugin\ContextCode
public function getConstraints() {
  return $this->contextDefinition
    ->getConstraints();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.