You are here

public static function SchemaMetatagManagerInterface::pivot in Schema.org Metatag 7

Pivot multiple value results.

Complex serialized value that might contain multiple values. In this case we have to pivot the results.

Parameters

array $content: The array to pivot.

Return value

array The pivoted array.

1 method overrides SchemaMetatagManagerInterface::pivot()
SchemaMetatagManager::pivot in src/SchemaMetatagManager.php
Pivot multiple value results.

File

src/SchemaMetatagManagerInterface.php, line 70

Class

SchemaMetatagManagerInterface
Interface SchemaMetatagManagerInterface.

Code

public static function pivot($content);