You are here

RemoteTaxTypeBase.php in Commerce Core 8.2

File

modules/tax/src/Plugin/Commerce/TaxType/RemoteTaxTypeBase.php
View source
<?php

namespace Drupal\commerce_tax\Plugin\Commerce\TaxType;


/**
 * Provides the base class for remote tax types.
 */
abstract class RemoteTaxTypeBase extends TaxTypeBase implements RemoteTaxTypeInterface {

}

Classes

Namesort descending Description
RemoteTaxTypeBase Provides the base class for remote tax types.