You are here

SlickFieldCollectionFormatter.php in Slick Carousel 7.3

File

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

namespace Drupal\slick\Plugin\Field\FieldFormatter;

use Drupal\blazy\Plugin\Field\FieldFormatter\BlazyVideoTrait;

/**
 * Plugin implementation of the 'Slick File' formatter for Media integration.
 */
class SlickFieldCollectionFormatter extends SlickEntityReferenceFormatterBase {
  use BlazyVideoTrait;

}

Classes

Namesort descending Description
SlickFieldCollectionFormatter Plugin implementation of the 'Slick File' formatter for Media integration.