public function ContextInterface::getConstraints in Service Container 7
Same name and namespace in other branches
- 7.2 lib/Drupal/Component/Plugin/Context/ContextInterface.php \Drupal\Component\Plugin\Context\ContextInterface::getConstraints()
Gets a list of validation constraints.
Return value
array Array of constraints, each being an instance of \Symfony\Component\Validator\Constraint.
1 method overrides ContextInterface::getConstraints()
- Context::getConstraints in lib/
Drupal/ Component/ Plugin/ Context/ Context.php - Gets a list of validation constraints.
File
- lib/
Drupal/ Component/ Plugin/ Context/ ContextInterface.php, line 46 - Contains \Drupal\Component\Plugin\Context\ContextInterface.
Class
- ContextInterface
- A generic context interface for wrapping data a plugin needs to operate.
Namespace
Drupal\Component\Plugin\ContextCode
public function getConstraints();