You are here

function bootstrap4_modal_preprocess_page__entity_browser__bootstrap4_modal in Bootstrap 4 Modal 8

Same name and namespace in other branches
  1. 2.x bootstrap4_modal.module \bootstrap4_modal_preprocess_page__entity_browser__bootstrap4_modal()

Implements hook_preprocess_page__entity_browser__bootstrap4_modal().

Tries to figure out where messages block lives and display it separately.

File

./bootstrap4_modal.module, line 86
Contains bootstrap4_modal.module.

Code

function bootstrap4_modal_preprocess_page__entity_browser__bootstrap4_modal(&$variables) {
  bootstrap4_modal_preprocess_page__entity_browser__bootstrap4_iframe($variables);
}