GridStackImageFormatter.php in GridStack 8.2
Same filename and directory in other branches
File
src/Plugin/Field/FieldFormatter/GridStackImageFormatter.phpView source
<?php
namespace Drupal\gridstack\Plugin\Field\FieldFormatter;
/**
* Plugin implementation of the 'GridStack Image' formatter.
*
* @FieldFormatter(
* id = "gridstack_image",
* label = @Translation("GridStack Image"),
* description = @Translation("Display the images as a GridStack."),
* field_types = {"image"},
* quickedit = {"editor" = "disabled"}
* )
*/
class GridStackImageFormatter extends GridStackFileFormatterBase {
}
Classes
Name | Description |
---|---|
GridStackImageFormatter | Plugin implementation of the 'GridStack Image' formatter. |