You are here

InternalUrl.php in GraphQL 8.3

File

modules/graphql_core/src/Plugin/GraphQL/Interfaces/Routing/InternalUrl.php
View source
<?php

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

use Drupal\graphql\Plugin\GraphQL\Interfaces\InterfacePluginBase;

/**
 * @GraphQLInterface(
 *   id = "internal_url",
 *   name = "InternalUrl",
 *   description = @Translation("Common interface for internal urls."),
 *   interfaces = {"Url"}
 * )
 */
class InternalUrl extends InterfacePluginBase {

}

Classes

Namesort descending Description
InternalUrl Plugin annotation @GraphQLInterface( id = "internal_url", name = "InternalUrl", description = @Translation("Common interface for internal urls."), interfaces = {"Url"} )