]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/config/services.yml
First draft for EntrySortType
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / config / services.yml
index 8417ac35c959ffb506bcd44767a6820155ffcb79..8867ec0c24700b86a5121217a4fa51e53d78e625 100644 (file)
@@ -22,6 +22,13 @@ services:
         tags:
             - { name: form.type }
 
+    wallabag_core.sort.type.entry:
+        class: Wallabag\CoreBundle\Form\Type\EntrySortType
+        arguments:
+            - "@security.token_storage"
+        tags:
+            - { name: form.type }
+
     wallabag_core.param_converter.username_feed_token_converter:
         class: Wallabag\CoreBundle\ParamConverter\UsernameFeedTokenConverter
         tags: