You are here

public static function ComputedStringLongItem::generateSampleValue in Computed Field 8.2

@todo Add useful code.

Overrides FieldItemBase::generateSampleValue

File

src/Plugin/Field/FieldType/ComputedStringLongItem.php, line 45

Class

ComputedStringLongItem
Plugin implementation of the 'computed_string' field type.

Namespace

Drupal\computed_field\Plugin\Field\FieldType

Code

public static function generateSampleValue(FieldDefinitionInterface $field_definition) {
  $values['value'] = '';
  return $values;
}