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

Breadcrumb

  1. Drupal Core 11.1.x
  2. 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
Powered by Drupal