Answer the question
In order to leave comments, you need to log in
Why does attribute order change when registerLinkTag Yii2?
I register the tag in the controller:
Yii::$app->view->registerLinkTag(['rel' => 'canonical', 'href' => 'http://mylink']);
<link href="http://mylink" rel="canonical">
Answer the question
In order to leave comments, you need to log in
All found. In the $attributeOrder parameter of the BaseHtml class, the attributes were arranged in a certain (weird) order.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question