You are here

public function TaxRateInterface::setLineItemTypes in Ubercart 8.4

Line item types subject to this tax rate.

Parameters

array $line_item_types: Line item types subject to this tax rate.

Return value

$this

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

File

uc_tax/src/TaxRateInterface.php, line 82

Class

TaxRateInterface
Defines a interface for a tax rate configuration entity.

Namespace

Drupal\uc_tax

Code

public function setLineItemTypes(array $line_item_types);