Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ServiceLocator.php
function ServiceLocator::count
File
vendor/
symfony/
dependency-injection/
ServiceLocator.php
, line 80
Class
ServiceLocator
@author Robin Chalas <
robin.chalas@gmail.com
> @author Nicolas Grekas <
p@tchwork.com
>
Namespace
Symfony\Component\DependencyInjection
Code
public
function
count
() : int {
return
\count
(
$this
->
getProvidedServices
()); }
RSS feed