BlockEditForm.php in Context 8
Same filename and directory in other branches
Namespace
Drupal\context\Reaction\Blocks\FormFile
src/Reaction/Blocks/Form/BlockEditForm.phpView source
<?php
namespace Drupal\context\Reaction\Blocks\Form;
class BlockEditForm extends BlockFormBase {
/**
* {@inheritdoc}
*/
public function getFormId() {
return 'context_reaction_blocks_edit_block_form';
}
/**
* {@inheritdoc}
*/
protected function getSubmitValue() {
return $this
->t('Update block');
}
/**
* {@inheritdoc}
*/
protected function prepareBlock($block_id) {
return $this->reaction
->getBlock($block_id);
}
}
Classes
Name | Description |
---|---|
BlockEditForm |