How to "fix" 403 access denied exceptions for Drupal 8 Views translation routes
A little tale of how I finally managed to translate a view in Drupal 8 that was constantly denying me access to its translate UI.
Illegal mix of collations exception caused by Drupal 8 Autocomplete with Entity Reference View
Looking at a Recent log messages report of one of our Drupal 8 instaces, I came across this error message:
Programmatically render an exposed filter form
If you need to render an exposed form programmatically, you could use the following snippet. The result will be a renderable array for the exposed form.
Get current view object from route object
Sometimes you want to get the view object from a route object.