You are here

public function InlineFormBase::getLabel in Commerce Core 8.2

Gets the inline form label.

Return value

string The inline form label.

Overrides InlineFormInterface::getLabel

File

src/Plugin/Commerce/InlineForm/InlineFormBase.php, line 97

Class

InlineFormBase
Provides the base class for inline forms.

Namespace

Drupal\commerce\Plugin\Commerce\InlineForm

Code

public function getLabel() {
  return $this->pluginDefinition['label'];
}