You are here

public function CheckoutPanePluginInterface::getTitle in Ubercart 8.4

Returns the title of the pane, to be displayed on the checkout form.

Return value

string The pane title.

1 method overrides CheckoutPanePluginInterface::getTitle()
CheckoutPanePluginBase::getTitle in uc_cart/src/CheckoutPanePluginBase.php
Returns the title of the pane, to be displayed on the checkout form.

File

uc_cart/src/CheckoutPanePluginInterface.php, line 89

Class

CheckoutPanePluginInterface
Defines an interface for checkout pane plugins.

Namespace

Drupal\uc_cart

Code

public function getTitle();