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 am looking for a recommendation on best practice to dynamically build a bread crumb via content path
for example
books
Funny
Cat in The hat
Cartoon
Cat in the hat
If you click on the funny content it will list all the funny book - if you click on the cartoon content it will show all the cartoon books - depending on the path the Cat in the Hat book breadcumb will be either
There seems to be this gap in documentation: When to track vendor in git? I think the answer is whenever you're not using CI tools for deploying to production. What do you think? If I'm correct then it's probably very common (among little people devs) that we should be tracking vendor in git, but doing so does not seem to be documented on drupal.org at all.
It's commonly said you should NOT run composer in production:
Please consider me a newbie, but I've been working through installation of composer and drush to permit an update to Drupal 8.5.1 today. I worked through all the normal operations and followed tips and tricks found in tutorials and support tickets all over this wonderful forum. Presently, I'm FREAKING OUT because while the composer update appeared to work just fine, when I go to the website I only get:
Would appreciate a bit of advice, a pointer in the right direction.
I would like to alter the search function so that it also searches a nodes UUID. So standard search box where anything can be entered, but it also searches the UUID for a node. Using Drupal 8 which is the best way to go about it? Search API or extending SearchController ?