You are here

public function ContextInterface::getConstraints in Plug 7

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\Context

Code

public function getConstraints();