breakpoint.services.yml

Same filename and directory in other branches
  1. 9 core/modules/breakpoint/breakpoint.services.yml
  2. 8.9.x core/modules/breakpoint/breakpoint.services.yml
  3. 10 core/modules/breakpoint/breakpoint.services.yml
core/modules/breakpoint/breakpoint.services.yml

File

core/modules/breakpoint/breakpoint.services.yml

View source
  1. services:
  2. breakpoint.manager:
  3. class: Drupal\breakpoint\BreakpointManager
  4. arguments: ['@module_handler', '@theme_handler', '@cache.discovery', '@string_translation', '@extension.list.module']
  5. tags:
  6. - { name: plugin_manager_cache_clear }
  7. Drupal\breakpoint\BreakpointManagerInterface: '@breakpoint.manager'

Services

Title Deprecated Summary
breakpoint.manager Drupal\breakpoint\BreakpointManager
Drupal\breakpoint\BreakpointManagerInterface

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.