Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ServiceProviderInterface.php
function ServiceProviderInterface::has
Overrides
ContainerInterface::has
File
vendor/
symfony/
service-contracts/
ServiceProviderInterface.php
, line 31
Class
ServiceProviderInterface
A ServiceProviderInterface exposes the identifiers and the types of services provided by a container.
Namespace
Symfony\Contracts\Service
Code
public
function
has
(string
$id
) : bool;
RSS feed