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

Breadcrumb

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

function ServiceProviderInterface::get

Return value

T

Overrides ContainerInterface::get

File

vendor/symfony/service-contracts/ServiceProviderInterface.php, line 29

Class

ServiceProviderInterface
A ServiceProviderInterface exposes the identifiers and the types of services provided by a container.

Namespace

Symfony\Contracts\Service

Code

public function get(string $id) : mixed;
RSS feed
Powered by Drupal