Embed a view in Drupal 8 code

Sometimes its useful to embed a view in some code in Drupal 8. Its also useful to pass arguments.
Sometimes its useful to embed a view in some code in Drupal 8. Its also useful to pass arguments.
The Feeds module is a great module. You can import all kinds of external data like rss feeds, xml and json api data into nodes relatively ea
Fire TV has a really irritating habit of turning the screensaver off after 30 minutes. There is no way through the fire tv front end to change this. But there is a workaround!
PSR-12 details recommendations of best practice coding standards for PHP. Drupal had a vote and decided against using PSR-12.
In this article, we are going to see how we could create a simple Drupal 8 service, and then we are going to inject some stuff into it in order to see how Dependency Injection works.
I've written a script to backup and restore my databases from a docker container to local file system. Its a bit hacky but I keep a months worth of backups by checking the date, if its the fi
This was a tricky one. I'm building a tool to spin up new Drupal instances, built on docker, using a distro. I ran everything and the nginx container was running but using this com
I wanted to do some dev work with react native, seemed like a good option to test using Android Virtual Device (avd). However, installing an android virtual device was a total pain in th
The PHP Standard Recommendation (PSR) is a PHP specification published by the PHP Framework Interop Group.