You are here

public function TaxRateInterface::getLineItemTypes in Ubercart 8.4

Line item types subject to this tax rate.

Return value

array Line item types subject to this tax rate.

1 method overrides TaxRateInterface::getLineItemTypes()
TaxRate::getLineItemTypes in uc_tax/src/Entity/TaxRate.php
Line item types subject to this tax rate.

File

uc_tax/src/TaxRateInterface.php, line 72

Class

TaxRateInterface
Defines a interface for a tax rate configuration entity.

Namespace

Drupal\uc_tax

Code

public function getLineItemTypes();