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

Breadcrumb

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

function NamedParameterMap::getNamedParameters

Returns named parameters set for this `NamedParameterMap`.

Return value

array<string, string>

File

vendor/ramsey/collection/src/Map/NamedParameterMap.php, line 60

Class

NamedParameterMap
`NamedParameterMap` represents a mapping of values to a set of named keys that may optionally be typed

Namespace

Ramsey\Collection\Map

Code

public function getNamedParameters() : array {
    return $this->namedParameters;
}

API Navigation

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