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

Breadcrumb

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

function ParameterBag::keys

Returns the parameter keys.

File

vendor/symfony/http-foundation/ParameterBag.php, line 52

Class

ParameterBag
ParameterBag is a container for key/value pairs.

Namespace

Symfony\Component\HttpFoundation

Code

public function keys() : array {
    return array_keys($this->parameters);
}
RSS feed
Powered by Drupal