12 string references to 'commerce_avatax.settings' in Drupal Commerce Connector for AvaTax 8
- Avatax::applies in src/
Plugin/ Commerce/ TaxType/ Avatax.php - Checks whether the tax type applies to the given order.
- AvataxLib::__construct in src/
AvataxLib.php - Constructs a new AvataxLib object.
- commerce_avatax_post_update_1 in ./
commerce_avatax.post_update.php - Update old config data to tax type config.
- commerce_avatax_post_update_2 in ./
commerce_avatax.post_update.php - Migrate back to using Configuration for managing AvaTax settings.
- commerce_avatax_update_8101 in ./
commerce_avatax.install - Add the "customer_code_field" setting.
- commerce_avatax_update_8102 in ./
commerce_avatax.install - Add the "logging" setting.
- commerce_avatax_update_8103 in ./
commerce_avatax.install - Add the "disable_tax_calculation" setting.
- ConfigSettingsForm::buildForm in src/
Form/ ConfigSettingsForm.php - Form constructor.
- ConfigSettingsForm::getEditableConfigNames in src/
Form/ ConfigSettingsForm.php - Gets the configuration names that will be editable.
- CustomerProfileAlter::__construct in src/
CustomerProfileAlter.php - Constructs a new CustomerProfileAlter object.
- CustomerProfileAlterTest::getCustomerProfileAlter in tests/
src/ Unit/ CustomerProfileAlterTest.php - Gets a mocked CustomerProfileAlter object for testing.
- OrderSubscriber::__construct in src/
EventSubscriber/ OrderSubscriber.php - Constructs a new CommitTransactionSubscriber object.