1 | <?php |
||
24 | class EntityLabel extends PluginBase implements FieldWidgetDisplayInterface { |
||
25 | |||
26 | /** |
||
27 | * {@inheritdoc} |
||
28 | */ |
||
29 | public function view(EntityInterface $entity) { |
||
32 | |||
33 | /** |
||
34 | * {@inheritdoc} |
||
35 | */ |
||
36 | public function settingsForm(array $form, FormStateInterface $form_state) { |
||
39 | |||
40 | /** |
||
41 | * {@inheritdoc} |
||
42 | */ |
||
43 | public function isApplicable(EntityTypeInterface $entity_type) { |
||
46 | |||
47 | } |
||
48 |