Resolve #3038854 "Provide view alter hook"
1 open thread
Closes #3038854
Merge request reports
Activity
added 11 commits
-
e711cf50...3f2260ba - 10 commits from branch
project:8.x-2.x
- f31503cb - Merge remote-tracking branch 'origin/8.x-2.x' into 3038854-provide-view-alter-hook
-
e711cf50...3f2260ba - 10 commits from branch
94 94 * @} End of "addtogroup hooks". 95 95 */ 96 97 /** 98 * Alter the view in the view widget before rendering. 99 * 100 * @param \Drupal\views\ViewExecutable $view 101 * The view executable. 102 * @param $configuration 103 * The entity browser view widget configuration. 104 * @param $context 105 * Helpful contextual information. 106 * 107 * @see \Drupal\entity_browser\Plugin\EntityBrowser\Widget\View::getContext() 108 */ 109 function hook_entity_browser_view_executable_alter(&$view, &$configuration, $context) { changed this line in version 5 of the diff
Please register or sign in to reply