Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Alias.php

function Alias::getId

Returns the target name of this alias.

Return value

string The target name

File

vendor/symfony/routing/Alias.php, line 39

Class

Alias

Namespace

Symfony\Component\Routing

Code

public function getId() : string {
    return $this->id;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal