public static function TaxableType::getDefault in Commerce Core 8.2
Gets the default value.
Return value
string The default value.
2 calls to TaxableType::getDefault()
- commerce_tax_form_commerce_order_item_type_form_alter in modules/
tax/ commerce_tax.module - Implements hook_form_FORM_ID_alter() for 'commerce_order_item_type_form'.
- TaxTypeBase::getTaxableType in modules/
tax/ src/ Plugin/ Commerce/ TaxType/ TaxTypeBase.php - Gets the taxable type for the given order item.
File
- modules/
tax/ src/ TaxableType.php, line 36
Class
- TaxableType
- Provides taxable types.
Namespace
Drupal\commerce_taxCode
public static function getDefault() {
return self::PHYSICAL_GOODS;
}