public function SchemaMetatagTestTagInterface::testValue in Schema.org Metatag 8.2
Same name and namespace in other branches
- 8 src/SchemaMetatagTestTagInterface.php \Drupal\schema_metatag\SchemaMetatagTestTagInterface::testValue()
Provide a test input value for the property that will validate.
Tags like @type that contain values other than simple strings, for instance a list of allowed options, should extend this method and return a valid value.
Parameters
mixed $type: The default to use for the @type element, if any.
Return value
mixed Return the test value, either a string or array, depending on the property.
1 method overrides SchemaMetatagTestTagInterface::testValue()
- PropertyTypeBase::testValue in src/
Plugin/ schema_metatag/ PropertyTypeBase.php - Provide a test input value for the property that will validate.
File
- src/
SchemaMetatagTestTagInterface.php, line 28
Class
- SchemaMetatagTestTagInterface
- Interface SchemaMetatagTestTagInterface.
Namespace
Drupal\schema_metatagCode
public function testValue($type = '');