You are here

LanguageSwitchLink.php in GraphQL 8.3

File

modules/graphql_core/src/Plugin/GraphQL/Types/Routing/LanguageSwitchLink.php
View source
<?php

namespace Drupal\graphql_core\Plugin\GraphQL\Types\Routing;

use Drupal\graphql\Plugin\GraphQL\Types\TypePluginBase;

/**
 * @GraphQLType(
 *   id = "language_switch_link",
 *   name = "LanguageSwitchLink"
 * )
 */
class LanguageSwitchLink extends TypePluginBase {

}

Classes

Namesort descending Description
LanguageSwitchLink Plugin annotation @GraphQLType( id = "language_switch_link", name = "LanguageSwitchLink" )