| 1 | <?php |
||
| 17 | abstract class FieldWidgetDisplayBase extends PluginBase implements FieldWidgetDisplayInterface { |
||
| 18 | |||
| 19 | /** |
||
| 20 | * {@inheritdoc} |
||
| 21 | */ |
||
| 22 | public function settingsForm(array $form, FormStateInterface $form_state) { |
||
| 25 | |||
| 26 | /** |
||
| 27 | * {@inheritdoc} |
||
| 28 | */ |
||
| 29 | public function isApplicable(EntityTypeInterface $entity_type) { |
||
| 32 | |||
| 33 | } |
||
| 34 |