Files
drupal11-ddev/web/core/modules/breakpoint/breakpoint.services.yml

13 lines
421 B
YAML
Raw Permalink Normal View History

2025-10-08 11:39:17 -04:00
parameters:
breakpoint.skip_procedural_hook_scan: true
services:
_defaults:
autoconfigure: true
breakpoint.manager:
class: Drupal\breakpoint\BreakpointManager
arguments: ['@module_handler', '@theme_handler', '@cache.discovery', '@string_translation', '@extension.list.module']
tags:
- { name: plugin_manager_cache_clear }
Drupal\breakpoint\BreakpointManagerInterface: '@breakpoint.manager'