Skip to content
Snippets Groups Projects

Resolve #3038854 "Provide view alter hook"

Closes #3038854

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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) {
  • added 1 commit

    • c72fc101 - Add type hints to the hook documentation.

    Compare with previous version

  • Please register or sign in to reply
    Loading