public function ContextInterface::validate in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Component/Plugin/Context/ContextInterface.php \Drupal\Component\Plugin\Context\ContextInterface::validate()
Validates the set context value.
Return value
\Symfony\Component\Validator\ConstraintViolationListInterface A list of constraint violations. If the list is empty, validation succeeded.
1 method overrides ContextInterface::validate()
- Context::validate in core/
lib/ Drupal/ Component/ Plugin/ Context/ Context.php - Validates the set context value.
File
- core/
lib/ Drupal/ Component/ Plugin/ Context/ ContextInterface.php, line 55 - 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 validate();