1 | <?php |
||
21 | class NewDisplay extends SelectionDisplayBase { |
||
22 | |||
23 | /** |
||
24 | * {@inheritdoc} |
||
25 | */ |
||
26 | public function defaultConfiguration() { |
||
32 | |||
33 | /** |
||
34 | * {@inheritdoc} |
||
35 | */ |
||
36 | public function getForm(array &$original_form, FormStateInterface $form_state) { |
||
56 | |||
57 | /** |
||
58 | * {@inheritdoc} |
||
59 | */ |
||
60 | public function submit(array &$form, FormStateInterface $form_state) { |
||
65 | |||
66 | } |
||
67 |