abstract protected function BlockFormBase::getSubmitValue in Context 8
Same name and namespace in other branches
- 8.4 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
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
Namespace
Drupal\context\Reaction\Blocks\FormCode
protected abstract function getSubmitValue();