drupal_build_css_cache

Related topics

Namesort iconDescription
Input validationFunctions to validate user input.

Functions that call drupal_build_css_cache()

Namesort iconLocationDescription
drupal_build_css_cacheincludes/common.incAggregate and optimize CSS files, putting them in the files directory.
drupal_get_cssincludes/common.incReturns a themed representation of all stylesheets that should be attached to the page. It loads the CSS in order, with 'core' CSS first, then 'module' CSS, then 'theme' CSS files. This ensures proper cascading of styles...

Functions called by drupal_build_css_cache()

Namesort iconLocationDescription
base_pathincludes/common.incReturns the base URL path of the Drupal installation. At the very least, this will always default to /.
drupal_build_css_cacheincludes/common.incAggregate and optimize CSS 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.