You are here

public function FormatterInterface::getConfigurableViewModes in Reference Table Formatter 8

Get the view modes which can be selected for this field formatter.

1 method overrides FormatterInterface::getConfigurableViewModes()
FormatterBase::getConfigurableViewModes in src/FormatterBase.php
Get the view modes which can be selected for this field formatter.

File

src/FormatterInterface.php, line 51

Class

FormatterInterface
Interface required to implement a reference field formatter.

Namespace

Drupal\reference_table_formatter

Code

public function getConfigurableViewModes();