You are here

namespace Drupal\rest_views\Plugin\Field\FieldFormatter in REST Views 8

Same name in other branches
  1. 2.0.x Drupal\rest_views\Plugin\Field\FieldFormatter
Classsort descending Location Description
BooleanExportFormatter src/Plugin/Field/FieldFormatter/BooleanExportFormatter.php Export a boolean as a serialized value.
EntityReferenceExportFormatter src/Plugin/Field/FieldFormatter/EntityReferenceExportFormatter.php A plugin that creates a serializable form of a rendered entity.
EntityReferencePathFormatter src/Plugin/Field/FieldFormatter/EntityReferencePathFormatter.php Plugin implementation of the 'entity_path' formatter.
FileExportFormatter src/Plugin/Field/FieldFormatter/FileExportFormatter.php Plugin implementation of the 'file_export' formatter.
ImageExportFormatter src/Plugin/Field/FieldFormatter/ImageExportFormatter.php Process an image through an image style, and render the URL.
LinkExportFormatter src/Plugin/Field/FieldFormatter/LinkExportFormatter.php Export a link.
NumberExportFormatter src/Plugin/Field/FieldFormatter/NumberExportFormatter.php Export a number as a serialized value.