You are here

VolumeComponents.php in Dimension 2.0.x

Same filename and directory in other branches
  1. 2.1.x src/Plugin/Field/FieldFormatter/VolumeComponents.php

File

src/Plugin/Field/FieldFormatter/VolumeComponents.php
View source
<?php

namespace Drupal\dimension\Plugin\Field\FieldFormatter;

use Drupal\dimension\Plugin\Field\VolumeTrait;

/**
 * Plugin implementation of the 'volume_components_field_formatter' formatter.
 *
 * @FieldFormatter(
 *   id = "volume_components_field_formatter",
 *   label = @Translation("Dimension: Volume Components"),
 *   field_types = {
 *     "volume_field_type"
 *   }
 * )
 */
class VolumeComponents extends Components {
  use VolumeTrait;

}

Classes

Namesort descending Description
VolumeComponents Plugin implementation of the 'volume_components_field_formatter' formatter.