function layout_builder_post_update_enable_expose_field_block_feature_flag
Enable the expose all fields feature flag module.
File
-
core/
modules/ layout_builder/ layout_builder.post_update.php, line 76
Code
function layout_builder_post_update_enable_expose_field_block_feature_flag() : void {
\Drupal::service('module_installer')->install([
'layout_builder_expose_all_field_blocks',
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.