Process ( Content[] $contentItems, CoreConfigurationHandler $configuration, Log $logger ) : Content[] |
Given a collection of content items, this method will firstly ascertain in what language
content is presented. If this differs from the base language set up in the $configuration
then all text for the content will be translated, the original test will be relegated to
the second position of the $content->text collection and the translation into the
base language will be placed at position 0 in the $content->text collection. |
|