public function HighContrastController::disable in High contrast 8
Disable high contrast.
Return value
\Symfony\Component\HttpFoundation\RedirectResponse RedirectResponse object.
1 string reference to 'HighContrastController::disable'
File
- src/
HighContrastController.php, line 48
Class
- HighContrastController
- This class handles the enabling and disabling of high contrast mode.
Namespace
Drupal\high_contrastCode
public function disable() {
$this
->disableHighContrast();
return $this
->goBack();
}