You are here

protected property OrderProfilesEvent::$profiles in Commerce Core 8.2

The profiles, keyed by scope (billing, shipping, etc).

Type: \Drupal\profile\Entity\ProfileInterface[]

File

modules/order/src/Event/OrderProfilesEvent.php, line 28

Class

OrderProfilesEvent
Defines the order profiles event.

Namespace

Drupal\commerce_order\Event

Code

protected $profiles = [];