You are here

LengthTrait.php in Dimension 8

File

src/Plugin/Field/LengthTrait.php
View source
<?php

namespace Drupal\dimension\Plugin\Field;

trait LengthTrait {

  /**
   * {@inheritdoc}
   */
  public static function fields() : array {
    return array(
      'length' => t('Length'),
    );
  }

}

Traits

Namesort descending Description
LengthTrait