function layout_builder_plugin_filter_layout_alter

Same name and namespace in other branches
  1. 9 core/modules/layout_builder/layout_builder.module \layout_builder_plugin_filter_layout_alter()
  2. 8.9.x core/modules/layout_builder/layout_builder.module \layout_builder_plugin_filter_layout_alter()
  3. 10 core/modules/layout_builder/layout_builder.module \layout_builder_plugin_filter_layout_alter()

Implements hook_plugin_filter_TYPE_alter().

File

core/modules/layout_builder/layout_builder.module, line 327

Code

function layout_builder_plugin_filter_layout_alter(array &$definitions, array $extra, $consumer) {
    // Hide the blank layout plugin from listings.
    unset($definitions['layout_builder_blank']);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.