You are here

7 methods override DataTypePluginBase::getValue() in Search API 8

AlteringValueTestDataType::getValue in tests/search_api_test/src/Plugin/search_api/data_type/AlteringValueTestDataType.php
Converts a field value to match the data type (if needed).
BooleanDataType::getValue in src/Plugin/search_api/data_type/BooleanDataType.php
Converts a field value to match the data type (if needed).
DateDataType::getValue in src/Plugin/search_api/data_type/DateDataType.php
Converts a field value to match the data type (if needed).
DecimalDataType::getValue in src/Plugin/search_api/data_type/DecimalDataType.php
Converts a field value to match the data type (if needed).
IntegerDataType::getValue in src/Plugin/search_api/data_type/IntegerDataType.php
Converts a field value to match the data type (if needed).
StringDataType::getValue in src/Plugin/search_api/data_type/StringDataType.php
Converts a field value to match the data type (if needed).
TextDataType::getValue in src/Plugin/search_api/data_type/TextDataType.php
Converts a field value to match the data type (if needed).