You are here

Classes, traits, and interfaces in REST Views 2.0.x

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
BooleanExportFormatter class Drupal\rest_views\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/BooleanExportFormatter.php Export a boolean as a serialized value.
DataNormalizer class Drupal\rest_views\Normalizer src/Normalizer/DataNormalizer.php Unwrap a SerializedData object and normalize the data inside. 1 2
EntityFieldExport class Drupal\rest_views\Plugin\views\field src/Plugin/views/field/EntityFieldExport.php Display entity field data in a serialized display. 1
EntityFieldExportTest class Drupal\Tests\rest_views\Unit tests/src/Unit/EntityFieldExportTest.php Test the EntityFieldExport views field plugin.
EntityReferenceExportFormatter class Drupal\rest_views\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/EntityReferenceExportFormatter.php A plugin that creates a serializable form of a rendered entity. 1 1
EntityReferenceIdExportFormatter class Drupal\rest_views\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/EntityReferenceIdExportFormatter.php Plugin implementation of the 'entity reference ID' formatter.
EntityReferencePathFormatter class Drupal\rest_views\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/EntityReferencePathFormatter.php Plugin implementation of the 'entity_path' formatter.
EntityReferenceRevisionsExportFormatter class Drupal\rest_views_revisions\Plugin\Field\FieldFormatter modules/rest_views_revisions/src/Plugin/Field/FieldFormatter/EntityReferenceRevisionsExportFormatter.php Bridge plugin integrating entity_reference_revisions with rest_views.
FileExportFormatter class Drupal\rest_views\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/FileExportFormatter.php Plugin implementation of the 'file_export' formatter.
GeolocationLatLngExportFormatter class Drupal\rest_views_geo\Plugin\Field\FieldFormatter modules/rest_views_geo/src/Plugin/Field/FieldFormatter/GeolocationLatLngExportFormatter.php Plugin implementation of the 'geolocation_latlng' export formatter.
ImageExportFormatter class Drupal\rest_views\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/ImageExportFormatter.php Process an image through an image style, and render the URL.
LinkExportFormatter class Drupal\rest_views\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/LinkExportFormatter.php Export a link.
NumberExportFormatter class Drupal\rest_views\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/NumberExportFormatter.php Export a number as a serialized value.
RenderableData class Drupal\rest_views src/RenderableData.php Wrapper for renderable data that will be rendered during normalization. 2
RenderNormalizer class Drupal\rest_views\Normalizer src/Normalizer/RenderNormalizer.php Unwrap a RenderableData object and render the element inside. 1 2
SearchApiEntityFieldExport class Drupal\rest_views_search_api\Plugin\views\field modules/rest_views_search_api/src/Plugin/views/field/SearchApiEntityFieldExport.php Display Search API Content Datasource field data in a serialized display.
SerializedData class Drupal\rest_views src/SerializedData.php Wrapper for passing serialized data through render arrays. 13

Other projects