You are here

public function FilterShippingMethodsEvent::getShippingMethods in Commerce Shipping 8.2

Gets the shipping methods.

Return value

\Drupal\commerce_shipping\Entity\ShippingMethodInterface[] The shipping methods.

File

src/Event/FilterShippingMethodsEvent.php, line 48

Class

FilterShippingMethodsEvent
Defines the event for filtering the available shipping methods.

Namespace

Drupal\commerce_shipping\Event

Code

public function getShippingMethods() {
  return $this->shippingMethods;
}