You are here

abstract protected function BlockFormBase::getSubmitValue in Context 8

Same name and namespace in other branches
  1. 8.4 src/Reaction/Blocks/Form/BlockFormBase.php \Drupal\context\Reaction\Blocks\Form\BlockFormBase::getSubmitValue()
  2. 8.0 src/Reaction/Blocks/Form/BlockFormBase.php \Drupal\context\Reaction\Blocks\Form\BlockFormBase::getSubmitValue()

Get the value to use for the submit button.

Return value

TranslatableMarkup

1 call to BlockFormBase::getSubmitValue()
BlockFormBase::buildForm in src/Reaction/Blocks/Form/BlockFormBase.php
Form constructor.
2 methods override BlockFormBase::getSubmitValue()
BlockAddForm::getSubmitValue in src/Reaction/Blocks/Form/BlockAddForm.php
Get the value to use for the submit button.
BlockEditForm::getSubmitValue in src/Reaction/Blocks/Form/BlockEditForm.php
Get the value to use for the submit button.

File

src/Reaction/Blocks/Form/BlockFormBase.php, line 153

Class

BlockFormBase

Namespace

Drupal\context\Reaction\Blocks\Form

Code

protected abstract function getSubmitValue();