You are here

interface FormatterInterface in Forena Reports 8

Defines contract for a field formatter.

Hierarchy

Expanded class hierarchy of FormatterInterface

All classes that implement FormatterInterface

1 file declares its use of FormatterInterface
ReportReplacer.php in src/Token/ReportReplacer.php

File

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

Namespace

Drupal\forena\FrxPlugin\FieldFormatter
View source
interface FormatterInterface {

  /**
   * @return array
   *   List of formatting methods in object
   */
  public function formats();

}

Members