You are here

namespace Drupal\search_api\Plugin\search_api\data_type in Search API 8

Classsort descending Location Description
BooleanDataType src/Plugin/search_api/data_type/BooleanDataType.php Provides a boolean data type.
DateDataType src/Plugin/search_api/data_type/DateDataType.php Provides a date data type.
DecimalDataType src/Plugin/search_api/data_type/DecimalDataType.php Provides a decimal data type.
IntegerDataType src/Plugin/search_api/data_type/IntegerDataType.php Provides an integer data type.
StringDataType src/Plugin/search_api/data_type/StringDataType.php Provides a string data type.
TextDataType src/Plugin/search_api/data_type/TextDataType.php Provides a full text data type.