You are here

public static function Custom::ajaxCallback in Commerce Core 8.2

Ajax callback for tax rate and zone territory operations.

File

modules/tax/src/Plugin/Commerce/TaxType/Custom.php, line 241

Class

Custom
Provides the Custom tax type.

Namespace

Drupal\commerce_tax\Plugin\Commerce\TaxType

Code

public static function ajaxCallback(array $form, FormStateInterface $form_state) {
  return $form['configuration'];
}