Skip to content

Commit 66cfdcc

Browse files
committed
add identifier overrides methods in contribution guides
1 parent 68b75f4 commit 66cfdcc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ SDK Language name (JS, PHP…)
4848
**getKeywords**
4949
An array with language keywords to avoid using as param or function names, template engine will solve conflicts
5050

51+
**getIdentifierOverrides**
52+
Returns an associative array that can be used to override keywords with pre-defined word using `overrideIdentifier` filter.
53+
5154
**getFiles**
5255
An array with a list of language template files in [twig format](https://twig.symfony.com/).
5356
Each file scope determines what template parameters will be available.

0 commit comments

Comments
 (0)