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

Breadcrumb

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

function ServiceNotFoundException::getId

File

vendor/symfony/dependency-injection/Exception/ServiceNotFoundException.php, line 50

Class

ServiceNotFoundException
This exception is thrown when a non-existent service is requested.

Namespace

Symfony\Component\DependencyInjection\Exception

Code

public function getId() : string {
    return $this->id;
}
RSS feed
Powered by Drupal