You are here

public function RefreshPageElementsHelper::getResponse in Commerce Ajax Add to Cart 8

Returns the ajax response.

Return value

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

File

src/RefreshPageElementsHelper.php, line 194

Class

RefreshPageElementsHelper
Provides methods that would help in refreshing certain page elements.

Namespace

Drupal\dc_ajax_add_cart

Code

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