Download the PHP package basaltinc/twig-tools without Composer
On this page you can find all versions of the php package basaltinc/twig-tools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package twig-tools
Twig Tools by Basalt
Twig Functions
get_data( path )
Takes the path to a .json
, .yml
, or .yaml
file and returns the data for use in Twig.
Parameters
path
{string} Either absolute path, relative path from CWD, or Twig Namespace path like@namespace/file.json
.
Example
validate_data_schema( path, _self )
Takes the path to a .json
, .yml
, or .yaml
data schema file and validates the data being used by the twig template file in which the validate function is included. As a standard, this should be the last thing included in a twig template file.
Parameters
path
{string} Either absolute path, relative path from CWD, or Twig Namespace path like@bolt-components-foo/foo.schema.json
.
Example
console_log( data )
Outputs data to the browser's console log.
Parameters
data
Any data you would like to log to the console from a twig template.
Example
All versions of twig-tools with dependencies
PHP Build Version
Package Version
Requires
twig/twig Version
^1.0
symfony/yaml Version ^3.2
webmozart/path-util Version ^2.3
justinrainbow/json-schema Version ^5.2
fzaninotto/faker Version ^1.7
symfony/yaml Version ^3.2
webmozart/path-util Version ^2.3
justinrainbow/json-schema Version ^5.2
fzaninotto/faker Version ^1.7
The package basaltinc/twig-tools contains the following files
Loading the files please wait ....