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

Breadcrumb

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

function ParameterBag::count

Returns the number of parameters.

File

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

Class

ParameterBag
ParameterBag is a container for key/value pairs.

Namespace

Symfony\Component\HttpFoundation

Code

public function count() : int {
    return \count($this->parameters);
}
RSS feed
Powered by Drupal