You are here

public static function SchemaMetatagTestTagInterface::processTestExplodeValue in Schema.org Metatag 7

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/SchemaNameBase.php
Explode a test value.

File

src/SchemaMetatagTestTagInterface.php, line 76

Class

SchemaMetatagTestTagInterface
Interface SchemaMetatagTestTagInterface.

Code

public static function processTestExplodeValue($items);