Elgg
Version 4.3
|
This filter adds AMD names to anonymous AMD modules defined in views. More...
Public Member Functions | |
filter ($viewName, $content) | |
Inserts the AMD name into $content and returns the new value. More... | |
This filter adds AMD names to anonymous AMD modules defined in views.
Definition at line 11 of file ViewFilter.php.
Elgg\Amd\ViewFilter::filter | ( | $viewName, | |
$content | |||
) |
Inserts the AMD name into $content
and returns the new value.
string | $viewName | The name of the view. |
string | $content | The output of the view to be filtered. |
Definition at line 48 of file ViewFilter.php.