ParagraphViewModeDefaultFormatter.php in Paragraph View Mode 8
Same filename and directory in other branches
File
src/Plugin/Field/FieldFormatter/ParagraphViewModeDefaultFormatter.phpView source
<?php
namespace Drupal\paragraph_view_mode\Plugin\Field\FieldFormatter;
use Drupal\text\Plugin\Field\FieldFormatter\TextDefaultFormatter;
/**
* Plugin implementation of the 'paragraph_view_mode' formatter.
*
* @FieldFormatter(
* id = "paragraph_view_mode",
* label = @Translation("Paragraph View Mode"),
* field_types = {
* "paragraph_view_mode",
* }
* )
*/
class ParagraphViewModeDefaultFormatter extends TextDefaultFormatter {
}
Classes
Name | Description |
---|---|
ParagraphViewModeDefaultFormatter | Plugin implementation of the 'paragraph_view_mode' formatter. |