Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm using Backup and Migrate module Version: 8.x-4.1
I have a private files directory outside web root I backup up private and public files with a view to using the backups as part of the migration from one site host to another
Drupal 8 doesn't support sessions for anonymous user.
I have two forms, and I am passing one form data to another form using session (i know about multi-step form, but I don't use it here because i need to keep both form code in separate module so could upgrade them later differently as required in different applications).
For logged in user it work perfectly fine, however for anonymous user data gets mixed when two anonymous user submit the form simultaneously. I think session data is either getting cached or being wrongly referenced in class.
I would like to implement a dynamic filter like the one used in the admin UI for my view results but not quite sure how...
Using the admin UI as reference; admin>extend (example.com/admin/modules), you have a list of installed modules on your site. Just above the list of modules you have a filter box "filter by name or description". When the user starts typing in this box, the list of installed modules change dynamically.
I would like to add a filter like the one on the admin pages to my view page results.
I've got a custom theme that I'm using on multiple sites, the issue is I'm trying to incorporate Layout Builder and when I add a custom block that has a twig file it will not allow me to edit or delete the block. I found that some out of the box themes have patches but there is nothing that I can find for getting this to work if you have a custom theme. Can anyone point me in the right direction to get this to work with my custom theme?