You are here

protected function LayoutBuilderUpdateBlockForm::submitLabel in Panopoly 8.2

Returns the label for the submit button.

Return value

string Submit label.

Overrides UpdateBlockForm::submitLabel

File

modules/panopoly/panopoly_magic/src/Form/LayoutBuilderUpdateBlockForm.php, line 119

Class

LayoutBuilderUpdateBlockForm
Enhances the update block form with live preview.

Namespace

Drupal\panopoly_magic\Form

Code

protected function submitLabel() {
  return $this
    ->t('Save');
}