You are here

protected property Alias::$aliasManager in GraphQL 8.3

Instance of an alias manager.

Type: \Drupal\path_alias\AliasManagerInterface

File

modules/graphql_core/src/Plugin/GraphQL/Fields/Routing/InternalUrl/Alias.php, line 34

Class

Alias
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", …

Namespace

Drupal\graphql_core\Plugin\GraphQL\Fields\Routing\InternalUrl

Code

protected $aliasManager;