You are here

function entity_browser_preprocess_page__entity_browser__modal in Entity Browser 8.2

Same name and namespace in other branches
  1. 8 entity_browser.module \entity_browser_preprocess_page__entity_browser__modal()

Implements hook_preprocess_page__entity_browser__modal().

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

File

./entity_browser.module, line 116
Allows to flexibly create, browse and select entities.

Code

function entity_browser_preprocess_page__entity_browser__modal(&$variables) {
  entity_browser_preprocess_page__entity_browser__iframe($variables);
}