Commit 8a98ade2 authored by Harsh Panchal's avatar Harsh Panchal Committed by Erik Seifert
Browse files

Issue #3308076 by Harsh panchal, Erik Seifert: Drupal standard coding issue

parent 955e44c2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -143,6 +143,7 @@ class BaseLayout extends LayoutDefault implements PluginFormInterface, Container
      '#attributes' => ['class' => ['lbl-checkbox-selector']],
    ];
    $renderer = \Drupal::service('renderer');

    /** @var \Drupal\breakpoint\Breakpoint $breakpoint */
    foreach ($breakpoints as $breakpoint) {
      $breakPointPluginId = str_replace('.', '-', $breakpoint->getPluginId());