You are here

public function PreparedAttribute::getElementType in Commerce Core 8.2

Gets the element type.

Return value

string The element type.

File

modules/product/src/PreparedAttribute.php, line 96

Class

PreparedAttribute
Represents a prepared attribute.

Namespace

Drupal\commerce_product

Code

public function getElementType() : string {
  return $this->elementType;
}