You are here

public function Alias::__toString in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/dependency-injection/Alias.php \Symfony\Component\DependencyInjection\Alias::__toString()

Returns the Id of this alias.

Return value

string The alias id

File

vendor/symfony/dependency-injection/Alias.php, line 56

Class

Alias

Namespace

Symfony\Component\DependencyInjection

Code

public function __toString() {
  return $this->id;
}