public function PriceListInterface::getCustomers in Commerce Pricelist 8.2
Gets the customers.
Return value
\Drupal\user\UserInterface|null The customers user entities, or NULL if the price list is not limited to specific customers.
1 method overrides PriceListInterface::getCustomers()
- PriceList::getCustomers in src/
Entity/ PriceList.php - Gets the customers.
File
- src/
Entity/ PriceListInterface.php, line 56
Class
- PriceListInterface
- Defines the interface for price lists.
Namespace
Drupal\commerce_pricelist\EntityCode
public function getCustomers();