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

Breadcrumb

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