Summary
- File
- Package hierarchy Module\css
- Class hierarchy \ModuleCssFiles
- Implements \CssFilesExtensionPoint
This class allows you to manage css files of a module
This class allows you to manage css files of a module
adding_always_displayed_file(string $css_file)
Adding css files to the module to display only the pages of the module
string | $css_file | containing css file name |
None found |
get_css_files_always_displayed() : array
css files containing in the templates folder module
None found |
adding_running_module_displayed_file(string $css_file, $module_id = '')
Adding css files to display on all pages
string | $css_file | containing css file name |
$module_id |
None found |
get_css_files_running_module_displayed() : array
css files containing in the templates folder module
None found |