You are here

public function CheckoutPaneInterface::isVisible in Commerce Core 8.2

Determines whether the pane is visible.

Return value

bool TRUE if the pane is visible, FALSE otherwise.

1 method overrides CheckoutPaneInterface::isVisible()
CheckoutPaneBase::isVisible in modules/checkout/src/Plugin/Commerce/CheckoutPane/CheckoutPaneBase.php
Determines whether the pane is visible.

File

modules/checkout/src/Plugin/Commerce/CheckoutPane/CheckoutPaneInterface.php, line 125

Class

CheckoutPaneInterface
Defines the interface for checkout panes.

Namespace

Drupal\commerce_checkout\Plugin\Commerce\CheckoutPane

Code

public function isVisible();