public function ShippingMethodInterface::getServices in Commerce Shipping 8.2
Gets the shipping services.
Return value
\Drupal\commerce_shipping\ShippingService[] The shipping services.
1 method overrides ShippingMethodInterface::getServices()
- ShippingMethodBase::getServices in src/
Plugin/ Commerce/ ShippingMethod/ ShippingMethodBase.php - Gets the shipping services.
File
- src/
Plugin/ Commerce/ ShippingMethod/ ShippingMethodInterface.php, line 39
Class
- ShippingMethodInterface
- Defines the base interface for shipping methods.
Namespace
Drupal\commerce_shipping\Plugin\Commerce\ShippingMethodCode
public function getServices();