You are here

abstract class SchemaExtensionPluginBase in Open Social 10.3.x

Same name and namespace in other branches
  1. 10.2.x modules/custom/social_graphql/src/Plugin/GraphQL/SchemaExtension/SchemaExtensionPluginBase.php \Drupal\social_graphql\Plugin\GraphQL\SchemaExtension\SchemaExtensionPluginBase

Base class that can be used for Open Social schema extension plugins.

Hierarchy

Expanded class hierarchy of SchemaExtensionPluginBase

3 files declare their use of SchemaExtensionPluginBase
CommentSchemaExtension.php in modules/social_features/social_comment/src/Plugin/GraphQL/SchemaExtension/CommentSchemaExtension.php
ProfileSchemaExtension.php in modules/social_features/social_profile/src/Plugin/GraphQL/SchemaExtension/ProfileSchemaExtension.php
UserSchemaExtension.php in modules/social_features/social_user/src/Plugin/GraphQL/SchemaExtension/UserSchemaExtension.php

File

modules/custom/social_graphql/src/Plugin/GraphQL/SchemaExtension/SchemaExtensionPluginBase.php, line 11

Namespace

Drupal\social_graphql\Plugin\GraphQL\SchemaExtension
View source
abstract class SchemaExtensionPluginBase extends SdlSchemaExtensionPluginBase {
  use StandardisedMutationSchemaTrait;

}

Members

Namesort descending Modifiers Type Description Overrides
StandardisedMutationSchemaTrait::registerMutationResolver protected function Add a field resolver for a mutation field.