You are here

namespace Drupal\graphql_core\Plugin\GraphQL\Fields\Routing\InternalUrl in GraphQL 8.3

Classsort descending Location Description
Alias modules/graphql_core/src/Plugin/GraphQL/Fields/Routing/InternalUrl/Alias.php Plugin annotation @GraphQLField( id = "internal_url_path_alias", secure = true, name = "pathAlias", description = @Translation("The url's path alias if any."), response_cache_contexts = {"languages:language_url"}, type = "String", …
InternalPath modules/graphql_core/src/Plugin/GraphQL/Fields/Routing/InternalUrl/InternalPath.php Retrieve a routes internal path.
InternalRequest modules/graphql_core/src/Plugin/GraphQL/Fields/Routing/InternalUrl/InternalRequest.php Issue an internal request and retrieve the response object.