You are here

abstract protected function PanelsBlockConfigureFormBase::submitText in Panels 8.4

Same name and namespace in other branches
  1. 8.3 src/Form/PanelsBlockConfigureFormBase.php \Drupal\panels\Form\PanelsBlockConfigureFormBase::submitText()

Returns the text to use for the submit button.

Return value

string The submit button text.

1 call to PanelsBlockConfigureFormBase::submitText()
PanelsBlockConfigureFormBase::buildForm in src/Form/PanelsBlockConfigureFormBase.php
Form constructor.
2 methods override PanelsBlockConfigureFormBase::submitText()
PanelsAddBlockForm::submitText in src/Form/PanelsAddBlockForm.php
Returns the text to use for the submit button.
PanelsEditBlockForm::submitText in src/Form/PanelsEditBlockForm.php
Returns the text to use for the submit button.

File

src/Form/PanelsBlockConfigureFormBase.php, line 104

Class

PanelsBlockConfigureFormBase
Provides a base form for configuring a block as part of a variant.

Namespace

Drupal\panels\Form

Code

protected abstract function submitText();