public static function SchemaMetatagManagerInterface::pivot in Schema.org Metatag 8
Same name and namespace in other branches
- 8.2 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
- Interface SchemaMetatagManagerInterface.
Namespace
Drupal\schema_metatagCode
public static function pivot($content);