You are here

namespace Drupal\computed_field\Plugin\Field\FieldFormatter in Computed Field 8.2

Same name in other branches
  1. 8 Drupal\computed_field\Plugin\Field\FieldFormatter
  2. 3.x Drupal\computed_field\Plugin\Field\FieldFormatter
Classsort descending Location Description
ComputedCacheFormatterTrait src/Plugin/Field/FieldFormatter/ComputedCacheFormatterTrait.php Base formatter trait for computed fields.
ComputedDecimalFormatter src/Plugin/Field/FieldFormatter/ComputedDecimalFormatter.php Plugin implementation of the 'Default' formatter for computed decimals.
ComputedFormatterBase src/Plugin/Field/FieldFormatter/ComputedFormatterBase.php Base class for cached computed fields formatter.
ComputedIntegerFormatter src/Plugin/Field/FieldFormatter/ComputedIntegerFormatter.php Plugin implementation of the 'Default' formatter for computed integers.
ComputedNumericFormatterTrait src/Plugin/Field/FieldFormatter/ComputedNumericFormatterTrait.php Additional formatter trait for computed numeric fields.
ComputedNumericUnformattedFormatter src/Plugin/Field/FieldFormatter/ComputedNumericUnformattedFormatter.php Plugin implementation of the 'computed_number_unformatted' formatter.
ComputedPhpFormatterBase src/Plugin/Field/FieldFormatter/ComputedPhpFormatterBase.php Base class for own php-formatter
ComputedStringFormatter src/Plugin/Field/FieldFormatter/ComputedStringFormatter.php Plugin implementation of the 'computed_string' formatter.