Skip to content
Snippets Groups Projects

Dispatch an entity list builder row event

Open Claudiu Cristea requested to merge issue/drupal-3221351:3221351-listbuilder into 9.3.x
1 unresolved thread

Closes #3221351

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
248 258 return $url->mergeOptions(['query' => $this->getRedirectDestination()->getAsArray()]);
249 259 }
250 260
261 /**
262 * Returns the event dispatcher service.
263 *
264 * @return \Symfony\Component\EventDispatcher\EventDispatcherInterface
265 * The event dispatcher service.
266 */
267 protected function getEventDispatcher(): EventDispatcherInterface {
268 if (!isset($this->eventDispatcher)) {
269 $this->eventDispatcher = \Drupal::service('event_dispatcher');
  • Claudiu Cristea added 9 commits

    added 9 commits

    Compare with previous version

  • Please register or sign in to reply
    Loading