Returns the Id of this alias.
@api
Return value
string The alias id
File
- drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Alias.php, line 67
Class
- Alias
- @api
Namespace
Symfony\Component\DependencyInjection
Code
public function __toString() {
return $this->id;
}