You are here

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

Explode values if this is a multiple value field.

Parameters

string $value: The value to explode.

Return value

array The array of values.

1 method overrides SchemaMetatagManagerInterface::explode()
SchemaMetatagManager::explode in src/SchemaMetatagManager.php
Explode values if this is a multiple value field.

File

src/SchemaMetatagManagerInterface.php, line 92

Class

SchemaMetatagManagerInterface
Interface SchemaMetatagManagerInterface.

Code

public static function explode($value);