You are here

protected property TaxTypeBase::$profiles in Commerce Core 8.2

A cache of prepared customer profiles, keyed by order ID.

Type: \Drupal\profile\Entity\ProfileInterface

File

modules/tax/src/Plugin/Commerce/TaxType/TaxTypeBase.php, line 61

Class

TaxTypeBase
Provides the base class for tax types.

Namespace

Drupal\commerce_tax\Plugin\Commerce\TaxType

Code

protected $profiles = [];