What is the best way for me to know which page generates a 404 error in D8? I need a list of all of the pages that are 404 for our site so I can see the full URL that isn't working. thx!
I would like to build a real estate investment website by integrating with MLS. I like to know if you can same couple sample websites that already integrated with MLS. I like to understand what data are we passing to MLS, what data are we retrieving from MLS, what we are displaying to end users, etc.
I'm trying to build a basic views filter that I can expose that lets me search through a paragraph entity for a specific value on a field. I am extending the base 'StringFilter' available via views and altering the query() method. Below is what I have: