UpdateTranslationTrait
trait UpdateTranslationTrait
Trait UpdateTranslationTraitNew Trait responsible for updating existing translations
Methods
Updating product translations All translations are saved to corresponding yml files Translations are saved on entity for default language, otherwise on ProductTranslation entity
Updating category translations All translations are saved to corresponding yml files Translations are saved on entity for default language, otherwise on CategoryTranslation entity
Updating attribute set translations All translations are saved to corresponding yml files
Updating attribute translations All translations are saved to corresponding yml files
Updating attribute value translations All translations are saved to corresponding yml files
Updating brand translations All translations are saved to corresponding yml files Translations are saved on entity for default language, otherwise on BrandTranslation entity
Updating product seo translations All translations are saved to corresponding yml files Translations are saved on entity for default language, otherwise on ProductTranslation entity
Details
at line 39
array
updateProductTranslations(stdClass $content)
Updating product translations All translations are saved to corresponding yml files Translations are saved on entity for default language, otherwise on ProductTranslation entity
at line 112
array
updateCategoryTranslations(stdClass $content)
Updating category translations All translations are saved to corresponding yml files Translations are saved on entity for default language, otherwise on CategoryTranslation entity
at line 188
array
updateAttrSetTranslation(stdClass $content)
Updating attribute set translations All translations are saved to corresponding yml files
at line 225
array
updateAttrTranslation(stdClass $content)
Updating attribute translations All translations are saved to corresponding yml files
at line 259
updateAttrValueTranslation(array $content)
Updating attribute value translations All translations are saved to corresponding yml files
at line 297
array
updateBrandTranslation(stdClass $content)
Updating brand translations All translations are saved to corresponding yml files Translations are saved on entity for default language, otherwise on BrandTranslation entity
at line 376
array
updateProductSeoTranslations(stdClass $content)
Updating product seo translations All translations are saved to corresponding yml files Translations are saved on entity for default language, otherwise on ProductTranslation entity