abstract protected function BlockFormBase::getSubmitValue in Context 8.4
Same name and namespace in other branches
- 8 src/Reaction/Blocks/Form/BlockFormBase.php \Drupal\context\Reaction\Blocks\Form\BlockFormBase::getSubmitValue()
- 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
\Drupal\Core\StringTranslation\TranslatableMarkup An object that, when cast to a string, returns the translated string.
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 187
Class
- BlockFormBase
- Provides a Block Form Base for blocks reactions.
Namespace
Drupal\context\Reaction\Blocks\FormCode
protected abstract function getSubmitValue();