You are here

public function Product::getVariant in Commerce Google Tag Manager 8.2

Same name and namespace in other branches
  1. 8 src/Product.php \Drupal\commerce_google_tag_manager\Product::getVariant()

Get the variation.

Return value

string The variation.

File

src/Product.php, line 215

Class

Product
Represents a product in the domain of Google's Enhanced Ecommerce.

Namespace

Drupal\commerce_google_tag_manager

Code

public function getVariant() {
  return $this->variant;
}