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

Breadcrumb

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

function ParameterBag::all

Same name in this branch
  1. 11.1.x vendor/symfony/http-foundation/ParameterBag.php \Symfony\Component\HttpFoundation\ParameterBag::all()

Overrides ParameterBagInterface::all

1 method overrides ParameterBag::all()
ContainerBag::all in vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php
Gets the service container parameters.

File

vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php, line 49

Class

ParameterBag
Holds parameters.

Namespace

Symfony\Component\DependencyInjection\ParameterBag

Code

public function all() : array {
    return $this->parameters;
}

API Navigation

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