StateInterface::getMultiple

public StateInterface::getMultiple(array $keys)

Returns the stored key/value pairs for a given set of keys.

Parameters

array $keys: A list of keys to retrieve.

Return value

array An associative array of items successfully returned, indexed by key.

File

core/lib/Drupal/Core/State/StateInterface.php, line 34

Class

StateInterface
Defines the interface for the state system.

Namespace

Drupal\Core\State

Code

1
public function getMultiple(array $keys);
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.