Loading src/Form/EditPreviewForm.php +1 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,7 @@ class EditPreviewForm extends FormBase { ], ]; } $options['query']['objectName'] = 'node--' . $nodeType; $url = Url::fromUri($url, $options)->toString(); $view_mode_options[$url] = $title; ++$siteCount; Loading Loading
src/Form/EditPreviewForm.php +1 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,7 @@ class EditPreviewForm extends FormBase { ], ]; } $options['query']['objectName'] = 'node--' . $nodeType; $url = Url::fromUri($url, $options)->toString(); $view_mode_options[$url] = $title; ++$siteCount; Loading