Skip to content

Commit

Permalink
[imp] remove jdoc() && japp() examples
Browse files Browse the repository at this point in the history
  • Loading branch information
phproberto committed Nov 16, 2017
1 parent c5a3083 commit a8987c4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions extensions/libraries/twig/layouts/examples.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
{{ dump(japp.getClientId()) }}
<hr>

<h3>japp('administrator').getClientId()</h3>
{{ dump(japp('administrator').getClientId()) }}
<hr>

<h3>34|to_array</h3>
{{ dump(34|to_array) }}
<hr>
Expand All @@ -17,10 +13,6 @@
{{ dump(jdoc.template) }}
<hr>

<h3>jdoc('json').getType()</h3>
{{ dump(jdoc('json').getType()) }}
<hr>

<h3>jhtml('form.token')</h3>
{{ dump(jhtml('form.token')) }}
<hr>
Expand Down

0 comments on commit a8987c4

Please sign in to comment.