interface ViolationInterface in Open Social 10.1.x
Same name and namespace in other branches
- 10.3.x modules/custom/social_graphql/src/GraphQL/ViolationInterface.php \Drupal\social_graphql\GraphQL\ViolationInterface
- 10.0.x modules/custom/social_graphql/src/GraphQL/ViolationInterface.php \Drupal\social_graphql\GraphQL\ViolationInterface
- 10.2.x modules/custom/social_graphql/src/GraphQL/ViolationInterface.php \Drupal\social_graphql\GraphQL\ViolationInterface
A violation indicating there was an error in a mutation input.
Hierarchy
- interface \Drupal\social_graphql\GraphQL\ViolationInterface extends \Drupal\social_graphql\GraphQL\JsonSerializable
Expanded class hierarchy of ViolationInterface
All classes that implement ViolationInterface
1 file declares its use of ViolationInterface
- PayloadInterface.php in modules/
custom/ social_graphql/ src/ GraphQL/ Payload/ PayloadInterface.php
File
- modules/
custom/ social_graphql/ src/ GraphQL/ ViolationInterface.php, line 10
Namespace
Drupal\social_graphql\GraphQLView source
interface ViolationInterface extends \JsonSerializable {
}