public function TaxRate::getLineItemTypes in Ubercart 8.4
Line item types subject to this tax rate.
Return value
array Line item types subject to this tax rate.
Overrides TaxRateInterface::getLineItemTypes
File
- uc_tax/
src/ Entity/ TaxRate.php, line 200
Class
- TaxRate
- Defines a tax rate configuration entity.
Namespace
Drupal\uc_tax\EntityCode
public function getLineItemTypes() {
return $this->line_item_types;
}