You are here

public function OrderProfilesEvent::getProfiles in Commerce Core 8.2

Gets the profiles.

Return value

\Drupal\profile\Entity\ProfileInterface[] The profiles.

File

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

Class

OrderProfilesEvent
Defines the order profiles event.

Namespace

Drupal\commerce_order\Event

Code

public function getProfiles() {
  return $this->profiles;
}