function ConfigureBlockFormBase::submitLabel
Returns the label for the submit button.
Return value
string Submit label.
1 call to ConfigureBlockFormBase::submitLabel()
- ConfigureBlockFormBase::doBuildForm in core/
modules/ layout_builder/ src/ Form/ ConfigureBlockFormBase.php - Builds the form for the block.
2 methods override ConfigureBlockFormBase::submitLabel()
- AddBlockForm::submitLabel in core/
modules/ layout_builder/ src/ Form/ AddBlockForm.php - Returns the label for the submit button.
- UpdateBlockForm::submitLabel in core/
modules/ layout_builder/ src/ Form/ UpdateBlockForm.php - Returns the label for the submit button.
File
-
core/
modules/ layout_builder/ src/ Form/ ConfigureBlockFormBase.php, line 205
Class
- ConfigureBlockFormBase
- Provides a base form for configuring a block.
Namespace
Drupal\layout_builder\FormCode
abstract protected function submitLabel();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.