public static function SchemaMetatagManagerInterface::explode in Schema.org Metatag 8
Same name and namespace in other branches
- 8.2 src/SchemaMetatagManagerInterface.php \Drupal\schema_metatag\SchemaMetatagManagerInterface::explode()
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 94
Class
- SchemaMetatagManagerInterface
- Interface SchemaMetatagManagerInterface.
Namespace
Drupal\schema_metatagCode
public static function explode($value);