LanguageSwitchLink.php in GraphQL 8.3
File
modules/graphql_core/src/Plugin/GraphQL/Types/Routing/LanguageSwitchLink.phpView 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
Name | Description |
---|---|
LanguageSwitchLink | Plugin annotation @GraphQLType( id = "language_switch_link", name = "LanguageSwitchLink" ) |