You are here

public property SearchApiDataType::$fallback_type in Search API 8

The ID of the fallback data type for this data type.

Needs to be one of the default data types defined in the Search API itself.

Type: string

File

src/Annotation/SearchApiDataType.php, line 58

Class

SearchApiDataType
Defines a Search API data type annotation object.

Namespace

Drupal\search_api\Annotation

Code

public $fallback_type = 'string';