You are here

public function PurchasableEntityConditionInterface::getPurchasableEntityIds in Commerce Core 8.2

Gets the configured purchasable entity IDS.

Return value

int|string[] An array of purchasable entity IDs.

2 methods override PurchasableEntityConditionInterface::getPurchasableEntityIds()
OrderItemProduct::getPurchasableEntityIds in modules/product/src/Plugin/Commerce/Condition/OrderItemProduct.php
Gets the configured purchasable entity IDS.
PurchasedEntityConditionBase::getPurchasableEntityIds in modules/order/src/Plugin/Commerce/Condition/PurchasedEntityConditionBase.php
Gets the configured purchasable entity IDS.

File

src/Plugin/Commerce/Condition/PurchasableEntityConditionInterface.php, line 16

Class

PurchasableEntityConditionInterface
Defines the interface for conditions that deal with purchasable entities.

Namespace

Drupal\commerce\Plugin\Commerce\Condition

Code

public function getPurchasableEntityIds();