Same name and namespace in other branches
  1. 8.9.x core/modules/layout_builder/layout_builder.module \layout_builder_plugin_filter_layout_alter()
  2. 9 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 329
Provides hook implementations for Layout Builder.

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']);
}