crossword-8.x-1.x-dev/src/Plugin/Field/FieldFormatter/CrosswordGenericFileFormatter.php
src/Plugin/Field/FieldFormatter/CrosswordGenericFileFormatter.php
<?php
namespace Drupal\crossword\Plugin\Field\FieldFormatter;
use Drupal\file\Plugin\Field\FieldFormatter\GenericFileFormatter;
/**
* Plugin implementation of the 'file_default_crossword' formatter.
*
* @FieldFormatter(
* id = "file_default_crossword",
* label = @Translation("Generic file"),
* weight = "0",
* field_types = {
* "crossword"
* }
* )
*/
class CrosswordGenericFileFormatter extends GenericFileFormatter {}
