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

Breadcrumb

  1. Drupal Core 11.1.x
  2. ContainerBuilder.php

function ContainerBuilder::resolveServices

Replaces service references by the real service instance and evaluates expressions.

Return value

mixed The same value with all service references replaced by the real service instances and all expressions evaluated

1 call to ContainerBuilder::resolveServices()
ContainerBuilder::doResolveServices in vendor/symfony/dependency-injection/ContainerBuilder.php

File

vendor/symfony/dependency-injection/ContainerBuilder.php, line 1251

Class

ContainerBuilder
ContainerBuilder is a DI container that provides an API to easily describe services.

Namespace

Symfony\Component\DependencyInjection

Code

public function resolveServices(mixed $value) : mixed {
    return $this->doResolveServices($value);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal