drupal_build_js_cache

Functions that call drupal_build_js_cache()

Namesort iconLocationDescription
drupal_build_js_cacheincludes/common.incAggregate JS files, putting them in the files directory.
drupal_get_jsincludes/common.incReturns a themed presentation of all JavaScript code for the current page.

Functions called by drupal_build_js_cache()

Namesort iconLocationDescription
drupal_build_js_cacheincludes/common.incAggregate JS files, putting them in the files directory.
file_check_directoryincludes/file.incCheck that the directory exists and is writable. Directories need to have execute permissions to be considered a directory by FTP servers, etc.
file_create_pathincludes/file.incMake sure the destination is a complete path and resides in the file system directory, if it is not prepend the file system directory.
file_save_dataincludes/file.incSave a string to the specified destination.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.