Search Results
… PHPStan is a great command line tool for looking at how your PHP code will run without actually running it. It's great for finding potential bugs that you wouldn't have otherwise discovered … x Unsafe usage of new static(). 💡 See: https://phpstan.org/blog/solving-phpstan-error-unsafe-usage-of-new-static ------ …
… The Drupal Session Inspector module allows a user to view their current user sessions on a Drupal … deletion feature is especially useful in situations where the user has neglected to log out of a computer. They can just log into the site in … . Originally posted here https://www.codeenigma.com/blog/drupal-session-inspector-module … Drupal 9: Adding Events To The …
… If you run a Drupal site for any length of time you will quickly realise that a few paths that … a lot of traffic. All of these paths result in page not found errors so the only impact is taking up your server resources. It's common … site you can use the following SQL. This assumes that you have the DBLog module active on the site, which might not always be the case. The …
… you can visit http://dashboard.drupalvmsetup.local/ (or whatever URL you have added into your Vagrant file) and see the DrupalVM …