function ContextDefinition::getConstraints
Same name and namespace in other branches
- 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\ContextCode
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.