W3cubDocs

/CakePHP 4.4

Namespace Translate

Interfaces

Classes

  • EavStrategy

    This class provides a way to translate dynamic data by keeping translations in a separate table linked to the original record from another one. Translated fields can be configured to override those in the main table when fetched or put aside into another property for the same entity.

  • ShadowTableStrategy

    This class provides a way to translate dynamic data by keeping translations in a separate shadow table where each row corresponds to a row of primary table.

Traits

  • TranslateStrategyTrait

    Contains common code needed by TranslateBehavior strategy classes.

  • TranslateTrait

    Contains a translation method aimed to help managing multiple translations for an entity.

© 2005–present The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/4.4/namespace-Cake.ORM.Behavior.Translate.html