constant HIGH_CONTRAST_CSS_LOCATION in High contrast 8
Location of the high_contrast.css file.
5 uses of HIGH_CONTRAST_CSS_LOCATION
- ConfigEventSubscriber::updateStylesheet in src/
EventSubscriber/ ConfigEventSubscriber.php - Regenerate the stylesheet.
- HighContrastStyleSheetTest::testStyleSheetGenerated in tests/
src/ FunctionalJavascript/ HighContrastStyleSheetTest.php - Test to see if a stylesheet is properly generated.
- high_contrast_library_info_build in ./
high_contrast.module - Implements hook_library_info_build().
- high_contrast_uninstall in ./
high_contrast.install - Implements hook_uninstall().
- high_contrast_update_8003 in ./
high_contrast.install - Remove database entry for the high_contrast.css file.
File
- ./
high_contrast.module, line 19 - Allows users to switch to a high contrast version of the active theme.
Code
const HIGH_CONTRAST_CSS_LOCATION = 'public://css/high_contrast.css';