Line 577 in /srv/users/ao-destinations/apps/ao-destinations/releases/12/vendor/silverstripe/framework/src/Control/RequestHandler.php
568 569 // Give extensions the chance to modify by reference 570 $this->extend('updateLink', $link, $action); 571 return $link; 572 } 573 574 // no link defined by default 575 trigger_error( 576 'Request handler ' . static::class . ' does not have a url_segment defined. ' . 'Relying on this link may be an application error', 577 E_USER_WARNING 578 ); 579 return null; 580 } 581 582 /** 583 * Redirect to the given URL.