You are here

public function CustomFormattersController::__construct in Custom Formatters 8.3

Constructs a CustomFormattersController object.

File

src/Controller/CustomFormattersController.php, line 28

Class

CustomFormattersController
Class CustomFormattersController.

Namespace

Drupal\custom_formatters\Controller

Code

public function __construct(FormatterTypeManager $formatter_type_manager) {
  $this->formatterTypeManager = $formatter_type_manager;
}