public function CheckoutPanePluginBase::isEnabled in Ubercart 8.4
Returns whether the checkout pane is enabled.
Return value
bool TRUE if the pane is enabled, FALSE otherwise.
Overrides CheckoutPanePluginInterface::isEnabled
1 call to CheckoutPanePluginBase::isEnabled()
- CheckoutPanePluginBase::getConfiguration in uc_cart/
src/ CheckoutPanePluginBase.php - Gets this plugin's configuration.
File
- uc_cart/
src/ CheckoutPanePluginBase.php, line 31
Class
- CheckoutPanePluginBase
- Defines a base checkout pane plugin implementation.
Namespace
Drupal\uc_cartCode
public function isEnabled() {
return $this->status;
}