get Registered Recipe From Name
Returns registered recipes whose names satisfy the given filter predicate.
Return
List list of matched recipes (List<CRecipe>)
Since
5.2.0
Parameters
filter
Predicate applied to each recipe name; matching recipes are included
Returns registered recipes whose names exactly match the given string.
Return
List list of matched recipes (List<CRecipe>)
Since
5.2.0
Parameters
recipe Name
Exact recipe name to search for