You are here

public function StringInterface::getValues in Localization update 7.2

Gets field values that are set for given field names.

Parameters

array $fields: Array of field names.

Return value

array Array of field values indexed by field name.

1 method overrides StringInterface::getValues()
StringBase::getValues in includes/locale/StringBase.php
Implements StringInterface::getValues().

File

includes/locale/StringInterface.php, line 154
Definition of StringInterface.

Class

StringInterface
Defines the locale string interface.

Code

public function getValues(array $fields);