tableau-mkt-archived / entity_xliff

Drupal module that provides an API for entity serialization in the XLIFF format.
https://drupal.org/project/entity_xliff
2 stars 0 forks source link

Introduce a unified API for getting/setting XLIFFs #72

Closed iamEAP closed 9 years ago

iamEAP commented 9 years ago

Introducing entity_xliff_get_xliff() and entity_xliff_set_xliff(), which should be the primary mechanism by which other modules get and set XLIFF data.

Also introduces hook_entity_xliff_get_xliff_alter() and hook_entity_xliff_set_xliff_alter(), which provide a unified way to alter data coming into and going out of Drupal in the XLIFF format.