You are here

Tax.php in Ubercart 8.4

File

uc_tax/src/Plugin/Ubercart/LineItem/Tax.php
View source
<?php

namespace Drupal\uc_tax\Plugin\Ubercart\LineItem;

use Drupal\uc_order\LineItemPluginBase;

/**
 * Handles the tax line item.
 *
 * @UbercartLineItem(
 *   id = "tax",
 *   title = @Translation("Tax"),
 *   weight = 9,
 *   stored = TRUE,
 *   calculated = TRUE
 * )
 */
class Tax extends LineItemPluginBase {

}

Classes

Namesort descending Description
Tax Handles the tax line item.