You are here

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

Same name and namespace in other branches
  1. 8 src/SchemaMetatagManagerInterface.php \Drupal\schema_metatag\SchemaMetatagManagerInterface::pivot()

Pivot multiple value results.

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

Parameters

mixed $content: The value 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 72

Class

SchemaMetatagManagerInterface
The Schema Metatag Manager.

Namespace

Drupal\schema_metatag

Code

public static function pivot($content);