Skip to content
Snippets Groups Projects
Commit eda20228 authored by Eric Bremner's avatar Eric Bremner Committed by Igor Biki
Browse files

ISTWCMS-5413: coding standards

parent 9ce01e06
No related branches found
No related tags found
1 merge request!6ISTWCMS-5412: adding blocks for reference admin so that they can be used in dashboards
......@@ -16,7 +16,7 @@ function uw_bibcite_reference_preprocess_bibcite_reference(&$variables) {
// Generate a link to the reference.
$link = Link::createFromRoute(
t($variables['bibcite_reference']->title->value),
$variables['bibcite_reference']->title->value,
'entity.bibcite_reference.canonical',
['bibcite_reference' => $variables['bibcite_reference']->id()],
['absolute' => TRUE]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment