Patterns guide
Patterns provides your HTML, CSS, JavaScript and other types of files with a dynamic template mechanism that brings performance, re-usability and code tidiness benefits.
Last updated
Was this helpful?
Patterns provides your HTML, CSS, JavaScript and other types of files with a dynamic template mechanism that brings performance, re-usability and code tidiness benefits.
Last updated
Was this helpful?
The simplest way of using is just calling the method to send a pattern to the browser:
This will read the file /patterns/pattern.html
, parse and output it to the client as the payload
of an response.
You can change the directory where your patterns are stored by setting the
directory
key of the Patterns module configuration file.
But this is just the most common way of using a pattern. You might need to simply get the results of a parsed pattern in a variable. For doing so, instead of using the method, you use like this:
Security warning
Since patterns are parsed as PHP code, you're strongly advised against parsing files that are uploaded by the user or coming from untrusted sources.