ez.no / exponential / documentation / reference / template operators / data extraction / module_params
module_params()
Array.
This operator extracts parameters from the module that was run. An array with the parameters is returned. The operator does not take any parameters.
URL request is "/content/view/full/65" (or using URL alias that points to "/content/view/full/65"). If the template contains this code:
{module_params|attribute(show)}
..then the following will be returned:
Attribute Type Value module_name string 'content' function_name string 'view' parameters array Array(2) >ViewMode string 'full' >NodeID string 65
Comments