You are here

public function ExampleNodeLabelFormatted::getLabelDisplay in Extra Field Settings Provider 8.2

Same name and namespace in other branches
  1. 8 modules/extra_field_plus_example/src/Plugin/ExtraField/Display/ExampleNodeLabelFormatted.php \Drupal\extra_field_plus_example\Plugin\ExtraField\Display\ExampleNodeLabelFormatted::getLabelDisplay()

Overrides ExtraFieldPlusDisplayFormattedBase::getLabelDisplay

File

modules/extra_field_plus_example/src/Plugin/ExtraField/Display/ExampleNodeLabelFormatted.php, line 32

Class

ExampleNodeLabelFormatted
Example Node Label Extra field with formatted output.

Namespace

Drupal\extra_field_plus_example\Plugin\ExtraField\Display

Code

public function getLabelDisplay() {
  return 'above';
}