[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/symfony/service-contracts/ -> ServiceProviderInterface.php (summary)

(no description)

File Size: 36 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

ServiceProviderInterface:: (1 method):
  getProvidedServices()


Interface: ServiceProviderInterface  - X-Ref

A ServiceProviderInterface exposes the identifiers and the types of services provided by a container.

getProvidedServices()   X-Ref
Returns an associative array of service types keyed by the identifiers provided by the current container.

Examples:

* ['logger' => 'Psr\Log\LoggerInterface'] means the object provides a service named "logger" that implements Psr\Log\LoggerInterface
* ['foo' => '?'] means the container provides service name "foo" of unspecified type
* ['bar' => '?Bar\Baz'] means the container provides a service "bar" of type Bar\Baz|null

return: string[] The provided service types, keyed by service names



Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer