public ContentEntityBase::getTranslatableFields($include_computed = TRUE)
Gets an array of field item lists for translatable fields.
Parameters
bool $include_computed: If set to TRUE, computed fields are included. Defaults to TRUE.
Return value
\Drupal\Core\Field\FieldItemListInterface[] An array of field item lists implementing, keyed by field name.
Overrides FieldableEntityInterface::getTranslatableFields
File
core/lib/Drupal/Core/Entity/ContentEntityBase.php, line 532
Class
ContentEnti