Hello, I try to add the node title inside the Breadcrumb in drupal 8, but I don't understand how to pass the variable to my custom template breadcrumb.html.twig called with {{ breadcrumb }} variable inside page.html.twig.
Have you a solution please ?
With Symfony2, I use : {% include "MyBundleName:My:Custom/Path.html.twig" with {'data': myCustomData} %}
I've been re-reading the Drupal "System Requirements" page and ruminating over my recent home-sprints, where I've updated my own modules for the latest Drupal and backported any new code to earlier versions of Drupal. I'm keeping some of my Drupal 5 modules alive simply because it's easy to do, and it makes an interesting reference point to see the evolution of Drupal across different releases.
Hello,
I installed a Drupal 8 site on my localhost recently trying to build a theme from scratch.
Things are going quite well, except it's super slow on page loading, especially on clearing cache at /admin/config/development/performance.
It takes normally ~20-30s or more to load a single node, and ~45-55s to clear cache (or sometimes several minutes).
Is there any way to speed up the site on localhost? I'm running it with on Mac OS, MAMP, PHP 5.5.14 with OPcache, MySQL 5.5.38.
Hello guys, i'm new and i've problem with installation.
I installed wordpress before, now I installed drupal in my site but didn't work, my website have still wordpress!!!!!
I follow the instructions in forum but nothing :(
The site is this ->b.linkhacks.com (without point)
In Drupal 8, what replaces node_type_delete? I have figured out how to delete nodes of a certain type, but I still need to delete fields and the node type itself.
I have not been looking at deleting fields just yet, started with the node type.