You are here

public function CustomerProfileAlterInterface::applies in Drupal Commerce Connector for AvaTax 8

Gets whether the given customer profile inline form is supported.

Parameters

array $inline_form: The inline form.

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.

Return value

bool TRUE if the customer profile inline form is supported, FALSE otherwise.

1 method overrides CustomerProfileAlterInterface::applies()
CustomerProfileAlter::applies in src/CustomerProfileAlter.php
Gets whether the given customer profile inline form is supported.

File

src/CustomerProfileAlterInterface.php, line 23

Class

CustomerProfileAlterInterface
Interface for altering the customer profile inline form.

Namespace

Drupal\commerce_avatax

Code

public function applies(array &$inline_form, FormStateInterface $form_state);