You are here

function hook_layout_builder_restrictions_chooser_result in Layout Builder Restrictions 8

Alter the controller result, after the layout builder has altered it.

File

./layout_builder_restrictions.api.php, line 44
Api.php for layout_builder_restrictions.

Code

function hook_layout_builder_restrictions_chooser_result(array &$result) {
  $result[(string) t('Custom')]['#access'] = TRUE;
}