public function InlineFormInterface::getLabel in Commerce Core 8.2
Gets the inline form label.
Return value
string The inline form label.
1 method overrides InlineFormInterface::getLabel()
- InlineFormBase::getLabel in src/
Plugin/ Commerce/ InlineForm/ InlineFormBase.php - Gets the inline form label.
File
- src/
Plugin/ Commerce/ InlineForm/ InlineFormInterface.php, line 29
Class
- InlineFormInterface
- Defines the interface for inline forms.
Namespace
Drupal\commerce\Plugin\Commerce\InlineFormCode
public function getLabel();