We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b75f4 commit 66cfdccCopy full SHA for 66cfdcc
CONTRIBUTING.md
@@ -48,6 +48,9 @@ SDK Language name (JS, PHP…)
48
**getKeywords**
49
An array with language keywords to avoid using as param or function names, template engine will solve conflicts
50
51
+**getIdentifierOverrides**
52
+Returns an associative array that can be used to override keywords with pre-defined word using `overrideIdentifier` filter.
53
+
54
**getFiles**
55
An array with a list of language template files in [twig format](https://twig.symfony.com/).
56
Each file scope determines what template parameters will be available.
0 commit comments