protected function LayoutBuilderUpdateBlockForm::submitLabel in Panopoly Magic 8.2
Returns the label for the submit button.
Return value
string Submit label.
Overrides UpdateBlockForm::submitLabel
File
- src/
Form/ LayoutBuilderUpdateBlockForm.php, line 119
Class
- LayoutBuilderUpdateBlockForm
- Enhances the update block form with live preview.
Namespace
Drupal\panopoly_magic\FormCode
protected function submitLabel() {
return $this
->t('Save');
}