Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
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