Loading src/Form/LoginDestinationRuleForm.php +3 −0 Original line number Diff line number Diff line Loading @@ -263,6 +263,9 @@ class LoginDestinationRuleForm extends EntityForm { * @see LinkWidget::getUriAsDisplayableString() */ protected function getUriAsDisplayableString($uri) { if (!$uri) { return ''; } $scheme = parse_url($uri, PHP_URL_SCHEME); // By default, the displayable string is the URI. Loading Loading
src/Form/LoginDestinationRuleForm.php +3 −0 Original line number Diff line number Diff line Loading @@ -263,6 +263,9 @@ class LoginDestinationRuleForm extends EntityForm { * @see LinkWidget::getUriAsDisplayableString() */ protected function getUriAsDisplayableString($uri) { if (!$uri) { return ''; } $scheme = parse_url($uri, PHP_URL_SCHEME); // By default, the displayable string is the URI. Loading