-
-
Notifications
You must be signed in to change notification settings - Fork 383
Open
Description
I would think we can remove entirely this method, but is it used for webpack somewhere / somehow ? I'm having doubts there ..
ux/src/StimulusBundle/src/Twig/UxControllersTwigRuntime.php
Lines 39 to 48 in 8a19ab4
/** | |
* Returns the CSS <link> tags for all "autoimport" entries in controllers.json. | |
*/ | |
public function renderLinkTags(): string | |
{ | |
if (class_exists(ImportMapGenerator::class)) { | |
trigger_deprecation('symfony/ux-stimulus-bundle', '2.13.0', 'Calling ux_controller_link_tags() is deprecated and does nothing with symfony/asset-mapper 6.4. The link tags are rendered automatically via the importmap() function.'); | |
return ''; | |
} |