TaxType.php in Commerce Migrate 3.1.x
Same filename in this branch
Same filename and directory in other branches
File
modules/ubercart/src/Plugin/migrate/source/uc6/TaxType.phpView source
<?php
namespace Drupal\commerce_migrate_ubercart\Plugin\migrate\source\uc6;
use Drupal\commerce_migrate_ubercart\Plugin\migrate\source\TaxTypeBase;
/**
* Gets the Ubercart tax rates.
*
* @MigrateSource(
* id = "uc6_tax_type",
* source_module = "uc_taxes"
* )
*/
class TaxType extends TaxTypeBase {
}