You are here

public function PriceCalculatorInterface::getProcessors in Commerce Core 8.2

Gets all order processors for the given adjustment type.

Parameters

string $adjustment_type: The adjustment type.

Return value

\Drupal\commerce_order\OrderProcessorInterface[] The order processors.

1 method overrides PriceCalculatorInterface::getProcessors()
PriceCalculator::getProcessors in modules/order/src/PriceCalculator.php
Gets all order processors for the given adjustment type.

File

modules/order/src/PriceCalculatorInterface.php, line 37

Class

PriceCalculatorInterface
Calculates the price a purchasable entity would have if it was in an order.

Namespace

Drupal\commerce_order

Code

public function getProcessors($adjustment_type);