SlickImageFormatter.php in Slick Carousel 8
Same filename and directory in other branches
Namespace
Drupal\slick\Plugin\Field\FieldFormatterFile
src/Plugin/Field/FieldFormatter/SlickImageFormatter.phpView source
<?php
namespace Drupal\slick\Plugin\Field\FieldFormatter;
/**
* Plugin implementation of the 'Slick Image' formatter.
*
* @FieldFormatter(
* id = "slick_image",
* label = @Translation("Slick Image"),
* description = @Translation("Display the images as a Slick carousel."),
* field_types = {"image"},
* quickedit = {"editor" = "disabled"}
* )
*/
class SlickImageFormatter extends SlickFileFormatterBase {
use SlickFormatterTrait;
}
Classes
Name | Description |
---|---|
SlickImageFormatter | Plugin implementation of the 'Slick Image' formatter. |