Interacting With the Antlers Parser | Creating a Statamic Compact Modifier
…5 return Antlers :: parser ( ) 16 -> getVariable ( $ variable , $ context ) ; 17 } ) -> all ( ) ; 18 } 19 } The important changes of this refactor are including the Statamic\Facades\Antlers class at the top of the file, and the changes to the map...