Chris@14: getRequestWrapperFormat(), [ Chris@14: 'drupal_ajax', Chris@14: 'drupal_dialog', Chris@14: 'drupal_dialog.off_canvas', Chris@14: 'drupal_modal', Chris@14: ]); Chris@14: } Chris@14: Chris@14: /** Chris@14: * Gets the wrapper format of the current request. Chris@14: * Chris@14: * @string Chris@14: * The wrapper format. Chris@14: */ Chris@14: protected function getRequestWrapperFormat() { Chris@14: return \Drupal::request()->get(MainContentViewSubscriber::WRAPPER_FORMAT); Chris@14: } Chris@14: Chris@14: }