Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
|
Functions | |
css_send_cached_css ($csspath, $etag) | |
Sends a cached CSS file. | |
css_send_cached_css_content ($csscontent, $etag) | |
Sends a cached CSS content. | |
css_send_css_not_found () | |
Sends a 404 message about CSS not being found. | |
css_send_temporary_css ($css) | |
Sends CSS directly and disables all caching. | |
css_send_uncached_css ($css) | |
Sends CSS directly without caching it. | |
css_send_unmodified ($lastmodified, $etag) | |
Send file not modified headers. | |
if(!defined( 'THEME_DESIGNER_CACHE_LIFETIME')) | css_store_css (theme_config $theme, $csspath, $csscontent) |
Stores CSS in a file at the given path. | |
css_write_file ($filename, $content) | |
Writes a CSS file. | |