public function CommerceSmartImporerService::createTextSummary in Commerce Smart Importer 8
Creates text summary value based on field settings.
1 call to CommerceSmartImporerService::createTextSummary()
- CommerceSmartImporerService::formatField in src/
Plugin/ CommerceSmartImporerService.php - Formats one field value based on field settings.
File
- src/
Plugin/ CommerceSmartImporerService.php, line 408 - Main Commerce Smart Importer Service.
Class
- CommerceSmartImporerService
- This is main Commerce Smart Importer Service.
Namespace
Drupal\commerce_smart_importer\PluginCode
public function createTextSummary($data, $field_settings) {
return trim($data);
}