public function InputInterface::hasViolations in Open Social 10.0.x
Same name and namespace in other branches
- 10.3.x modules/custom/social_graphql/src/Wrappers/InputInterface.php \Drupal\social_graphql\Wrappers\InputInterface::hasViolations()
- 10.1.x modules/custom/social_graphql/src/Wrappers/InputInterface.php \Drupal\social_graphql\Wrappers\InputInterface::hasViolations()
- 10.2.x modules/custom/social_graphql/src/Wrappers/InputInterface.php \Drupal\social_graphql\Wrappers\InputInterface::hasViolations()
Whether this input has any violations.
Return value
bool Whether this input has any violations.
File
- modules/
custom/ social_graphql/ src/ Wrappers/ InputInterface.php, line 36
Class
- InputInterface
- Provides an interface for input types.
Namespace
Drupal\social_graphql\WrappersCode
public function hasViolations() : bool;