You are here

public function ShippingMethodInterface::isEnabled in Commerce Shipping 8.2

Gets whether the shipping method is enabled.

Return value

bool TRUE if the shipping method is enabled, FALSE otherwise.

1 method overrides ShippingMethodInterface::isEnabled()
ShippingMethod::isEnabled in src/Entity/ShippingMethod.php
Gets whether the shipping method is enabled.

File

src/Entity/ShippingMethodInterface.php, line 103

Class

ShippingMethodInterface
Defines the interface for shipping methods.

Namespace

Drupal\commerce_shipping\Entity

Code

public function isEnabled();