You are here

public function CheckoutPanePluginInterface::isEnabled in Ubercart 8.4

Returns whether the checkout pane is enabled.

Return value

bool TRUE if the pane is enabled, FALSE otherwise.

1 method overrides CheckoutPanePluginInterface::isEnabled()
CheckoutPanePluginBase::isEnabled in uc_cart/src/CheckoutPanePluginBase.php
Returns whether the checkout pane is enabled.

File

uc_cart/src/CheckoutPanePluginInterface.php, line 97

Class

CheckoutPanePluginInterface
Defines an interface for checkout pane plugins.

Namespace

Drupal\uc_cart

Code

public function isEnabled();