public function MappingFieldTypesEvent::getFieldTypeMapping in Search API 8
Retrieves a reference to the field type mapping.
Return value
array An array mapping all known (and supported) Drupal data types to their corresponding Search API data types. A value of FALSE means that fields of that type should be ignored by the Search API.
File
- src/
Event/ MappingFieldTypesEvent.php, line 37
Class
- MappingFieldTypesEvent
- Wraps a field types mapped event.
Namespace
Drupal\search_api\EventCode
public function &getFieldTypeMapping() {
return $this->fieldTypeMapping;
}