You are here

function layout_builder_base_layout_builder_base_left_right_margins_alter in Layout Builder Base 8

Implements hook_layout_builder_base_left_right_margins_alter().

File

./layout_builder_base.module, line 106
Module file for layout builder base.

Code

function layout_builder_base_layout_builder_base_left_right_margins_alter(&$options) {
  $options = \Drupal::service('layout_builder_base.config_manager')
    ->getMergedOptionsWithOverrides($options, 'equal_left_right_margins');
}