You are here

public function FormatterInterface::formats in Forena Reports 8

Return value

array List of formatting methods in object

1 method overrides FormatterInterface::formats()
Formatter::formats in src/FrxPlugin/FieldFormatter/Formatter.php
List formats provided by this class.

File

src/FrxPlugin/FieldFormatter/FormatterInterface.php, line 20

Class

FormatterInterface
Defines contract for a field formatter.

Namespace

Drupal\forena\FrxPlugin\FieldFormatter

Code

public function formats();