You are here

BlazyImageFormatter.php in Blazy 8.2

Same filename and directory in other branches
  1. 7 src/Plugin/Field/FieldFormatter/BlazyImageFormatter.php

File

src/Plugin/Field/FieldFormatter/BlazyImageFormatter.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 BlazyImageFormatter extends BlazyFormatterBlazy {

}

Classes

Namesort descending Description
BlazyImageFormatter Plugin for the Blazy image formatter.