You are here

public function ProductVariationAjaxChangeEvent::getResponse in Commerce Core 8.2

The ajax response.

Return value

\Drupal\Core\Ajax\AjaxResponse The ajax reponse.

File

modules/product/src/Event/ProductVariationAjaxChangeEvent.php, line 69

Class

ProductVariationAjaxChangeEvent
Defines the product variation ajax change event.

Namespace

Drupal\commerce_product\Event

Code

public function getResponse() {
  return $this->response;
}