| 1 | <?php |
||
| 16 | class CodeBlock extends BlockBase { |
||
| 17 | |||
| 18 | |||
| 19 | /** |
||
| 20 | * {@inheritdoc} |
||
| 21 | */ |
||
| 22 | public function defaultConfiguration() { |
||
| 27 | |||
| 28 | /** |
||
| 29 | * {@inheritdoc} |
||
| 30 | */ |
||
| 31 | public function blockForm($form, FormStateInterface $form_state) { |
||
| 42 | |||
| 43 | /** |
||
| 44 | * {@inheritdoc} |
||
| 45 | */ |
||
| 46 | public function blockSubmit($form, FormStateInterface $form_state) { |
||
| 49 | |||
| 50 | /** |
||
| 51 | * {@inheritdoc} |
||
| 52 | */ |
||
| 53 | public function build() { |
||
| 56 | |||
| 57 | } |
||
| 58 |