March 2019
Intermediate to advanced
580 pages
15h 3m
English
Entities are translatable across the board—like most of everything else in Drupal 8. To mark an entity type as such, all we need is the following in the plugin annotation:
translatable = TRUE,
This exposes the entity type to all the multilingual goodness. However, as we will see a bit later, the individual fields also need to be declared translatable.
Read now
Unlock full access