trait LengthTrait in Dimension 2.1.x
Same name and namespace in other branches
- 8 src/Plugin/Field/LengthTrait.php \Drupal\dimension\Plugin\Field\LengthTrait
- 2.0.x src/Plugin/Field/LengthTrait.php \Drupal\dimension\Plugin\Field\LengthTrait
Hierarchy
- trait \Drupal\dimension\Plugin\Field\LengthTrait
3 files declare their use of LengthTrait
- Length.php in src/
Plugin/ Field/ FieldFormatter/ Length.php - Length.php in src/
Plugin/ Field/ FieldWidget/ Length.php - Length.php in src/
Plugin/ Field/ FieldType/ Length.php
File
- src/
Plugin/ Field/ LengthTrait.php, line 5
Namespace
Drupal\dimension\Plugin\FieldView source
trait LengthTrait {
/**
* {@inheritdoc}
*/
public static function fields() : array {
return [
'length' => t('Length'),
];
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
LengthTrait:: |
public static | function |