You are here

BlazyFormatter.php in Blazy 8

File

src/Plugin/Field/FieldFormatter/BlazyFormatter.php
View source
<?php

namespace Drupal\blazy\Plugin\Field\FieldFormatter;


/**
 * Plugin for the Blazy image formatter.
 *
 * @FieldFormatter(
 *   id = "blazy",
 *   label = @Translation("Blazy"),
 *   field_types = {"image"}
 * )
 */
class BlazyFormatter extends BlazyFileFormatterBase {
  use BlazyFormatterTrait;

}

Classes

Namesort descending Description
BlazyFormatter Plugin for the Blazy image formatter.