protected function Measurement::getMeasurementType in Commerce Feeds 8
Returns the measurement type used for the field.
Return value
string The measurement type for the field.
File
- src/
Feeds/ Target/ Measurement.php, line 51
Class
- Measurement
- Defines a physical_measurement field mapper.
Namespace
Drupal\commerce_feeds\Feeds\TargetCode
protected function getMeasurementType() {
return $this->settings['measurement_type'];
}