You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To bypass an edge case I ran into, I had to add a register a custom parser. Unfortunately, there's no other way to do it than overwriting the container registration in the bootstrap.php file.
It'd be nice to have a $jigsaw->registerParser() function for situations like this. This function would ideally be able to
Register a parser
Specify the order in which to register a parser (first or last would work)
Be able to register parsers in other places that accept parsers (like
the CollectionItemHandler class).
Is this something you'd be interested in having? I can PR it if you want :)
This discussion was converted from issue #308 on September 03, 2021 15:12.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
To bypass an edge case I ran into, I had to add a register a custom parser. Unfortunately, there's no other way to do it than overwriting the container registration in the
bootstrap.php
file.It'd be nice to have a
$jigsaw->registerParser()
function for situations like this. This function would ideally be able tothe
CollectionItemHandler
class).Is this something you'd be interested in having? I can PR it if you want :)
Beta Was this translation helpful? Give feedback.
All reactions