function entity_browser_preprocess_page__entity_browser__modal in Entity Browser 8
Same name and namespace in other branches
- 8.2 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);
}