public FieldableEntityInterface::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.
File
- core/lib/Drupal/Core/Entity/FieldableEntityInterface.php, line 192
Class
- FieldableEntityInterface
- Interface for entities having fields.
Namespace
Drupal\Core\Entity
Code
public function getTranslatableFields($include_computed = TRUE);
Please login to continue.