@@ -209,6 +225,9 @@ final class ComponentAudit extends ControllerBase {
'#markup'=>$path,
'#suffix'=>'</pre>',
],
'forked'=>$is_forked?[
'#markup'=>$this->t('When rendering this component by ID, this other component will render instead: <code>@filename</code>.',['@filename'=>$match->getMetadata()->getPath()]),
]:[],
'table'=>[
'#theme'=>'table',
'#header'=>[
...
...
@@ -216,7 +235,7 @@ final class ComponentAudit extends ControllerBase {