public function PayloadInterface::getViolations in Open Social 10.1.x
Same name and namespace in other branches
- 10.3.x modules/custom/social_graphql/src/GraphQL/Payload/PayloadInterface.php \Drupal\social_graphql\GraphQL\Payload\PayloadInterface::getViolations()
- 10.0.x modules/custom/social_graphql/src/GraphQL/Payload/PayloadInterface.php \Drupal\social_graphql\GraphQL\Payload\PayloadInterface::getViolations()
- 10.2.x modules/custom/social_graphql/src/GraphQL/Payload/PayloadInterface.php \Drupal\social_graphql\GraphQL\Payload\PayloadInterface::getViolations()
Gets the violations.
Return value
\Drupal\social_graphql\GraphQL\ViolationInterface[] The Violations.
File
- modules/
custom/ social_graphql/ src/ GraphQL/ Payload/ PayloadInterface.php, line 42
Class
- PayloadInterface
- Response interface used for GraphQL responses.
Namespace
Drupal\social_graphql\GraphQL\PayloadCode
public function getViolations() : array;