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 have been involved with developing Drupal projects since 2004. When I arrived on the scene there were thousands of new “Drupal” theme and module creators. That simply is not true today. Evidence of the state of the Drupal community can be seen in the poor documentation and the recent trend of content developers requesting developers and money to complete very worthy projects. Jrockowitz is now pretty much the solo developer of webforms (a staple of any CMS) and has neither the financial capabilities or developers required to finish the project.
Whenever I try and install a Drupal module it always tells me this for 95% of all the Modules I try for it when it does same on the Module each one I try it is compatible with it I have found this problem with Display Suite,Chaos tool suite and so many other ones as well.
i have a content type called brands, this content type have information about shop like name of this shop and where is this shop location.
on this content type i have a taxonomy reference for a Shop Category, lets say i have this taxonomy:
Women:
Accessories & handbags
Sports
Footwear
.etc
Men:
Watches and accessories
Footwear
.etc
Dining:
Restaurants
Food Court
I would like to display the content type of a search result. The documentation in search-result.html.twig seems to show {{ info_split.type }} should do that, but it isn't showing anything.