You are here

public function ProductAttributeInterface::getElementType in Commerce Core 8.2

Gets the attribute element type.

Return value

string The element type name.

1 method overrides ProductAttributeInterface::getElementType()
ProductAttribute::getElementType in modules/product/src/Entity/ProductAttribute.php
Gets the attribute element type.

File

modules/product/src/Entity/ProductAttributeInterface.php, line 26

Class

ProductAttributeInterface
Defines the interface for product attributes.

Namespace

Drupal\commerce_product\Entity

Code

public function getElementType();