public function SchemaMetatagTestTagInterface::processTestExplodeValue in Schema.org Metatag 8.2
Same name and namespace in other branches
- 8 src/SchemaMetatagTestTagInterface.php \Drupal\schema_metatag\SchemaMetatagTestTagInterface::processTestExplodeValue()
Explode a test value.
For test values, emulates the extra processing a multiple value would get.
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()
- PropertyTypeBase::processTestExplodeValue in src/
Plugin/ schema_metatag/ PropertyTypeBase.php - Explode a test value.
File
- src/
SchemaMetatagTestTagInterface.php, line 56
Class
- SchemaMetatagTestTagInterface
- Interface SchemaMetatagTestTagInterface.
Namespace
Drupal\schema_metatagCode
public function processTestExplodeValue($items);