You are here

public static function WebformEntityPrintCssAlterSubscriber::getSubscribedEvents in Webform 8.5

Same name and namespace in other branches
  1. 6.x modules/webform_entity_print/src/EventSubscriber/WebformEntityPrintCssAlterSubscriber.php \Drupal\webform_entity_print\EventSubscriber\WebformEntityPrintCssAlterSubscriber::getSubscribedEvents()

File

modules/webform_entity_print/src/EventSubscriber/WebformEntityPrintCssAlterSubscriber.php, line 35

Class

WebformEntityPrintCssAlterSubscriber
Event subscriber to alter entity print css.

Namespace

Drupal\webform_entity_print\EventSubscriber

Code

public static function getSubscribedEvents() {
  return [
    PrintEvents::CSS_ALTER => 'alterCss',
  ];
}