Add support for breakpoints alter hook

Created on 4 September 2025, 13 days ago

Problem/Motivation

Breakpoints that are provided by themes and modules can be altered. ECA should support that feature.

Proposed resolution

An event/hook is required:

  /**
   * Implements hook_breakpoints_alter().
   */
  #[Hook('breakpoints_alter')]
  public function breakpointsAlter(array $definitions): void {
  }

In addition to that, also 3 action plugins are required:

  • Create new breakpoint
  • Update breakpoint
  • Delete breakpoint
Feature request
Status

Active

Version

3.0

Component

Code

Created by

🇩🇪Germany jurgenhaas Gottmadingen

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024