You are here

function advagg_return_true in Advanced CSS/JS Aggregation 7

Same name and namespace in other branches
  1. 6 advagg.module \advagg_return_true()

Always return TRUE, used for array_map in advagg_css_js_file_builder().

1 string reference to 'advagg_return_true'
advagg_css_js_file_builder in ./advagg.module
Aggregate CSS/JS files, putting them in the files directory.

File

./advagg.module, line 2115
Advanced CSS/JS aggregation module

Code

function advagg_return_true() {
  return TRUE;
}