You are here

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

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.

Value must be static so the test can retrieve the value without instantiating the class.

Return value

mixed Return the test value, either a string or array, depending on the property.

1 method overrides SchemaMetatagTestTagInterface::testValue()
SchemaNameBase::testValue in src/SchemaNameBase.php
Provide a test input value for the property that will validate.

File

src/SchemaMetatagTestTagInterface.php, line 26

Class

SchemaMetatagTestTagInterface
Interface SchemaMetatagTestTagInterface.

Code

public static function testValue();