public function ContextAwarePluginInterface::validateContexts in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Component/Plugin/ContextAwarePluginInterface.php \Drupal\Component\Plugin\ContextAwarePluginInterface::validateContexts()
Validates the set values for the defined contexts.
Return value
\Symfony\Component\Validator\ConstraintViolationListInterface A list of constraint violations. If the list is empty, validation succeeded.
1 method overrides ContextAwarePluginInterface::validateContexts()
- ContextAwarePluginBase::validateContexts in core/
lib/ Drupal/ Component/ Plugin/ ContextAwarePluginBase.php - Validates the set values for the defined contexts.
File
- core/
lib/ Drupal/ Component/ Plugin/ ContextAwarePluginInterface.php, line 121
Class
- ContextAwarePluginInterface
- Interface for defining context aware plugins.
Namespace
Drupal\Component\PluginCode
public function validateContexts();