public static function SchemaMetatagTestTagInterface::processTestExplodeValue in Schema.org Metatag 8
Same name and namespace in other branches
- 8.2 src/SchemaMetatagTestTagInterface.php \Drupal\schema_metatag\SchemaMetatagTestTagInterface::processTestExplodeValue()
Explode a test value.
For test values, emulates the extra processing a multiple value would get.
Value must be static so the test can retrieve the value without instantiating the class.
Parameters
mixed $items: The input value, either a string or an array.
Return value
mixed Return the correct output value.
1 method overrides SchemaMetatagTestTagInterface::processTestExplodeValue()
- SchemaNameBase::processTestExplodeValue in src/
Plugin/ metatag/ Tag/ SchemaNameBase.php - Explode a test value.
File
- src/
SchemaMetatagTestTagInterface.php, line 78
Class
- SchemaMetatagTestTagInterface
- Interface SchemaMetatagTestTagInterface.
Namespace
Drupal\schema_metatagCode
public static function processTestExplodeValue($items);