You are here

public static function KeyValuePipeConverter::denormalizeNoKeys in Markdown 8.2

File

src/Util/KeyValuePipeConverter.php, line 78

Class

KeyValuePipeConverter
Utility for converting arrays to key|value pipes and back again.

Namespace

Drupal\markdown\Util

Code

public static function denormalizeNoKeys($value) {
  return static::denormalize($value, FALSE);
}