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

Breadcrumb

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

function ServiceNotFoundException::getAlternatives

File

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

Class

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

Namespace

Symfony\Component\DependencyInjection\Exception

Code

public function getAlternatives() : array {
    return $this->alternatives;
}
RSS feed
Powered by Drupal