You are here

interface ViolationInterface in Open Social 10.2.x

Same name and namespace in other branches
  1. 10.3.x modules/custom/social_graphql/src/GraphQL/ViolationInterface.php \Drupal\social_graphql\GraphQL\ViolationInterface
  2. 10.0.x modules/custom/social_graphql/src/GraphQL/ViolationInterface.php \Drupal\social_graphql\GraphQL\ViolationInterface
  3. 10.1.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\GraphQL
View source
interface ViolationInterface extends \JsonSerializable {

}

Members