You are here

Shipping.php in Ubercart 8.4

File

shipping/uc_quote/src/Plugin/Ubercart/LineItem/Shipping.php
View source
<?php

namespace Drupal\uc_quote\Plugin\Ubercart\LineItem;

use Drupal\uc_order\LineItemPluginBase;

/**
 * Handles the subtotal line item.
 *
 * @UbercartLineItem(
 *   id = "shipping",
 *   title = @Translation("Shipping"),
 *   weight = 1,
 *   stored = TRUE,
 *   calculated = TRUE,
 *   add_list = TRUE
 * )
 */
class Shipping extends LineItemPluginBase {

}

Classes

Namesort descending Description
Shipping Handles the subtotal line item.