You are here

service twitter_profile_widget.cacheexpire in Twitter Profile Widget 8.2

Same name and namespace in other branches
  1. 8 twitter_profile_widget.services.yml \twitter_profile_widget.cacheexpire
  2. 3.x twitter_profile_widget.services.yml \twitter_profile_widget.cacheexpire

Class

Drupal\twitter_profile_widget\EventSubscriber\TwitterWidgetSubscriber

Tags

  • event_subscriber

File

./twitter_profile_widget.services.yml
twitter_profile_widget.services.yml

View source
  1. class: Drupal\twitter_profile_widget\EventSubscriber\TwitterWidgetSubscriber
  2. arguments:
  3. - '@language_manager'
  4. - '@config.factory'
  5. - '@page_cache_request_policy'
  6. - '@page_cache_response_policy'
  7. - '@cache_contexts_manager'
  8. - '%http.response.debug_cacheability_headers%'
  9. tags:
  10. - { name: event_subscriber }