You are here

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

Same name and namespace in other branches
  1. 8 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
The Schema Metatag Manager.

Namespace

Drupal\schema_metatag

Code

public static function explode($value);