public function PriceListInterface::setCustomers in Commerce Pricelist 8.2
Sets the customers.
Parameters
\Drupal\user\UserInterface[] $users: The customers.
Return value
$this
1 method overrides PriceListInterface::setCustomers()
- PriceList::setCustomers in src/
Entity/ PriceList.php - Sets the customers.
File
- src/
Entity/ PriceListInterface.php, line 81
Class
- PriceListInterface
- Defines the interface for price lists.
Namespace
Drupal\commerce_pricelist\EntityCode
public function setCustomers(array $users);