public function CheckoutPanePluginBase::getTitle in Ubercart 8.4
Returns the title of the pane, to be displayed on the checkout form.
Return value
string The pane title.
Overrides CheckoutPanePluginInterface::getTitle
File
- uc_cart/
src/ CheckoutPanePluginBase.php, line 106
Class
- CheckoutPanePluginBase
- Defines a base checkout pane plugin implementation.
Namespace
Drupal\uc_cartCode
public function getTitle() {
return (string) $this->pluginDefinition['title'];
}