BlazyFormatter.php in Blazy 8
Namespace
Drupal\blazy\Plugin\Field\FieldFormatterFile
src/Plugin/Field/FieldFormatter/BlazyFormatter.phpView 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
Name | Description |
---|---|
BlazyFormatter | Plugin for the Blazy image formatter. |