module_params
Summary
Extracts parameters from the module that was run.Usage
module_params()
Returns
An array containing module information.Description
This operator extracts some generic information from the module that was run. It seems that it can only be called inside "pagelayout.tpl". Please refer to the example below. The operator does not take any parameters.
Examples
Example 1
{module_params()|attribute(show)}
If the requested URL is "/content/view/full/65" (or using URL alias that points to "/content/view/full/65"), the following output will be produced:
Attribute | Type | Value |
---|---|---|
module_name |
string |
'content' |
function_name |
string |
'view' |
parameters |
array |
Array(2) |
-ViewMode |
string |
'full' |
-NodeID |
string |
65 |
Balazs Halasy (05/02/2004 10:34 am)
Svitlana Shatokhina (04/05/2006 2:23 pm)
Comments
There are no comments.