LengthTrait.php in Dimension 8
Same filename and directory in other branches
Namespace
Drupal\dimension\Plugin\FieldFile
src/Plugin/Field/LengthTrait.phpView source
<?php
namespace Drupal\dimension\Plugin\Field;
trait LengthTrait {
/**
* {@inheritdoc}
*/
public static function fields() : array {
return array(
'length' => t('Length'),
);
}
}
Traits
Name | Description |
---|---|
LengthTrait |