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 in a migration process from my Drupal 7 to Drupal 8 and wondering how I can transfer my module_invoke logic. I use module_invoke to call functions from module to module but I guess module_invoke is no longer available in that way for Drupal 8, right?
Do you have any ideas how I can use a similar way to call functions inside modules in Drupal 8?
I am sing a Raspberry pi 3 as a local development environment. Performance is fine with D7 and Backdrop, but once I try D8, performance of the site is ridiculous low, the TTFB become extremely high, in the range of 8000ms or more.
I'm using apache 2.4.1, php 7.0.9 and MariaDB 10.0.26
Any ideas of what can be the cause?
I would like to make a module so that every logged in user has their own private profile that they can add their own personal information or that can be changed by an admin depending on what field it is. How would I go about making this? I know this is a broad question, any links to tutorials that might help are welcome.
Thank you,
Noah
I am new to drupal and need help with the initial design of the user fields. I want to create a site that will do the following using Drupal 8.
Website is a site for musical artists who will be available to perform. Artist will login and manage their profile and pictures.
I need to group them into two main categories (music type/city) and into subcategories. I need to be able to filter by music and/or city and display results in a page.
Hi
Would anyone be able to advise on how to get the layout setting to show within a panel page variant? I can create a Panel Variant through page manager but the layout template showing the individual panes isn't visible.
Hello,
i am trying to achieve a map of events (the features seemed not that hard in my mind). I kind of run in circle between all the geocoding modules. Each one making part of the work and/or being not available for D8.
Can anyone point me on something simple to set up a map with several events linked to some content types ?