public function ProductType::getDescription in Commerce Core 8.2
Gets the entity description.
Return value
string The entity description.
Overrides EntityDescriptionInterface::getDescription
File
- modules/
product/ src/ Entity/ ProductType.php, line 96
Class
- ProductType
- Defines the product type entity class.
Namespace
Drupal\commerce_product\EntityCode
public function getDescription() {
return $this->description;
}