You are here

public function PriceListInterface::setName in Commerce Pricelist 8.2

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

Sets the price list name.

Parameters

string $name: The price list name.

Return value

$this

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

File

src/Entity/PriceListInterface.php, line 33

Class

PriceListInterface
Defines the interface for price lists.

Namespace

Drupal\commerce_pricelist\Entity

Code

public function setName($name);