You are here

public function PriceListType::getDescription in Commerce Pricelist 8

Gets the entity description.

Return value

string The entity description.

Overrides EntityDescriptionInterface::getDescription

File

src/Entity/PriceListType.php, line 58

Class

PriceListType
Defines the Price list type entity.

Namespace

Drupal\commerce_pricelist\Entity

Code

public function getDescription() {
  return $this->description;
}