You are here

function lb_ux_element_plugin_alter in Layout Builder UX 8

Implements hook_element_plugin_alter().

File

./lb_ux.module, line 17
Contains lb_ux.module.

Code

function lb_ux_element_plugin_alter(array &$definitions) {
  $definitions['layout_builder']['class'] = LayoutBuilderUX::class;
}