You are here

protected property CheckoutPanePluginBase::$status in Ubercart 8.4

Whether the pane is enabled or not.

Type: bool

File

uc_cart/src/CheckoutPanePluginBase.php, line 19

Class

CheckoutPanePluginBase
Defines a base checkout pane plugin implementation.

Namespace

Drupal\uc_cart

Code

protected $status = TRUE;