You are here

function template_preprocess_commerce_cart_block in Commerce Core 8.2

Prepares variables for the cart block element template.

File

modules/cart/commerce_cart.module, line 392
Implements the shopping cart system and add to cart features.

Code

function template_preprocess_commerce_cart_block(&$variables) {
  $variables['attributes']['class'][] = 'cart--cart-block';
}