You are here

function hook_layout_builder_base_customizable_columns_alter in Layout Builder Base 8

Alters the customizable columns options provided in \Drupal\layout_builder_base_library\Plugin\Layout\BaseCustomizableColumnsLayout.

Parameters

array $options: The array of options for the customizable columns options.

1 function implements hook_layout_builder_base_customizable_columns_alter()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

layout_builder_base_layout_builder_base_customizable_columns_alter in ./layout_builder_base.module
Implements hook_layout_builder_base_customizable_columns_alter().

File

./layout_builder_base.api.php, line 299
Hooks related to Layout Builder Base and its plugins.

Code

function hook_layout_builder_base_customizable_columns_alter(array &$options) {
  $options['option-class'] = 'Option';
}