You are here

public function PriceListInterface::getName in Commerce Pricelist 8.2

Same name and namespace in other branches
  1. 8 src/Entity/PriceListInterface.php \Drupal\commerce_pricelist\Entity\PriceListInterface::getName()

Gets the price list name.

Return value

string The price list name.

1 method overrides PriceListInterface::getName()
PriceList::getName in src/Entity/PriceList.php
Gets the price list name.

File

src/Entity/PriceListInterface.php, line 23

Class

PriceListInterface
Defines the interface for price lists.

Namespace

Drupal\commerce_pricelist\Entity

Code

public function getName();