Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ServiceLocatorTrait.php
function ServiceLocatorTrait::has
File
vendor/
symfony/
service-contracts/
ServiceLocatorTrait.php
, line 41
Class
ServiceLocatorTrait
A trait to help implement ServiceProviderInterface.
Namespace
Symfony\Contracts\Service
Code
public
function
has
(string
$id
) : bool {
return
isset
(
$this
->
factories
[
$id
]); }
RSS feed