You are here

protected property AvailabilityManager::$checkers in Commerce Core 8.2

Same name in this branch
  1. 8.2 src/AvailabilityManager.php \Drupal\commerce\AvailabilityManager::checkers
  2. 8.2 modules/order/src/AvailabilityManager.php \Drupal\commerce_order\AvailabilityManager::checkers

The checkers.

Type: \Drupal\commerce_order\AvailabilityCheckerInterface[]

File

modules/order/src/AvailabilityManager.php, line 19

Class

AvailabilityManager
Default implementation of the availability manager.

Namespace

Drupal\commerce_order

Code

protected $checkers = [];