Gets an array of field item lists for translatable fields.
bool $include_computed: If set to TRUE, computed fields are included. Defaults to TRUE.
\Drupal\Core\Field\FieldItemListInterface[] An array of field item lists implementing, keyed by field name.
public function getTranslatableFields($include_computed = TRUE);