Skip to content

Commit

Permalink
Merge branch '7.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Dec 20, 2018
2 parents 9d0d49d + f1f0eb9 commit e130e8c
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -73,6 +73,8 @@ public function providerForCachedLoadMethods(): array
return [
['load', [2, 1], 'ez-content-2-1-' . ContentHandler::ALL_TRANSLATIONS_KEY, $content],
['load', [2, 1, ['eng-GB', 'eng-US']], 'ez-content-2-1-eng-GB|eng-US', $content],
['load', [2], 'ez-content-2-' . ContentHandler::ALL_TRANSLATIONS_KEY, $content],
['load', [2, null, ['eng-GB', 'eng-US']], 'ez-content-2-eng-GB|eng-US', $content],
['loadContentList', [[2]], 'ez-content-2-' . ContentHandler::ALL_TRANSLATIONS_KEY, [2 => $content], true],
['loadContentList', [[5], ['eng-GB', 'eng-US']], 'ez-content-5-eng-GB|eng-US', [5 => $content], true],
['loadContentInfo', [2], 'ez-content-info-2', $info],
Expand Down

0 comments on commit e130e8c

Please sign in to comment.