You are here

public function UnsupportedTestDataType::getFallbackType in Search API 8

Returns the fallback default data type for this data type.

Return value

string The fallback default data type.

Overrides DataTypePluginBase::getFallbackType

File

tests/search_api_test/src/Plugin/search_api/data_type/UnsupportedTestDataType.php, line 21

Class

UnsupportedTestDataType
Provides a dummy data type for testing purposes.

Namespace

Drupal\search_api_test\Plugin\search_api\data_type

Code

public function getFallbackType() {
  return 'string';
}