You are here

public function FormatterInterface::getFormatterType in Custom Formatters 8.3

Return the formatter type plugin.

Return value

FormatterTypeInterface|bool The formatter type plugin or FALSE if no plugin found.

1 method overrides FormatterInterface::getFormatterType()
Formatter::getFormatterType in src/Entity/Formatter.php
Return the formatter type plugin.

File

src/FormatterInterface.php, line 18

Class

FormatterInterface
Interface FormatterInterface.

Namespace

Drupal\custom_formatters

Code

public function getFormatterType();