Issue #2634986 by TravisCarden: Render API caching section refers to non-existent "language" context

8.1.x
Nathaniel Catchpole 2015-12-16 20:59:29 +00:00
parent 4ad9cf7660
commit da77debc92
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@
* @code
* '#cache' => [
* 'keys' => ['entity_view', 'node', $node->id()],
* 'contexts' => ['language'],
* 'contexts' => ['languages'],
* 'tags' => ['node:' . $node->id()],
* 'max-age' => Cache::PERMANENT,
* ],