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.
On drupal 8, I want to change, exclusively on the homepage, the content on the
Default and current behavior : titlePage | titleSite
Desired behavior : titleSite | titlePage
Installation was normal without any issues
Second hit shows this error.
The website encountered an unexpected error. Please try again later.
Recoverable fatal error: Argument 1 passed to twig_init() must be an instance of Drupal\Core\Extension\Extension, array given in twig_init() (line 34 of core\themes\engines\twig\twig.engine).
I'm new to Drupal and developing a theme for a site on Drupal 8. I want to add a preprocess hook to my THEME.theme file that looks up taxonomy terms for nodes.
We're designing a pretty complex content type / multi page form using Field Group. Drupal 7 will do what we want it to do, but we really want to start using Drupal 8. For D8, however, some of the field modules and others we need aren't quiet ready yet or don't exist for D8 at all (address fields that incorporate Google Maps is an example). This missing functionality isn't a show stopper, and so long as we can incorporate it in the future, we're happy to use D8 and grow along side with it.