Dispatch an entity list builder row event
1 unresolved thread
Closes #3221351
Merge request reports
Activity
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'); added 9 commits
-
a4566c16...37e35de9 - 5 commits from branch
project:9.3.x
- 2af1d4e3 - Dispatch an entity list builder row event
- a54e8ea6 - Add test coverage
- 8f615e30 - Fix PHP CS
- a8c9c759 - Ensure we're not breaking other tests
Toggle commit list-
a4566c16...37e35de9 - 5 commits from branch
Please register or sign in to reply