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.
Entity reference field retrieve only for content title only, but i need other fields also dependent to retrive their values in one content type to another content type.
Content type A get values for textbox
Content type B retrive the values for dropdown. This function is only for i needed in drupal 8.Can anyone suggest me.
I’ve installed a default 8.x Drupal on my GoDaddy-hosted site. On my local Acquia-developed site, I used the Lightning distribution. I can access and use PDF files as images with no problem on my local developed site. Despite bringing in the Lightning modules to my hosted site, I get errors when trying to use a PDF file in an image field.
Not sure why or what I’m missing.
Any clues or starting points for my investigation?
I had this site running on Drupal 6 updating to Drupal 8.
On Drupal 6 and 7 I know you have the option to have PHP code under WHEN FILTER VALUE IS NOT AVAILABLE provide a default value.
Drupal 8 doesn't seem to have the option to have PHP code.
Am I missing something? Is there a way to get the option for PHP code into a Contextual Filter.
I have a problem installing the theme which gives me an error like "The website encountered an unexpected error. Please try again later." and the console gives a 500 error
I have Base Rating Form which extends ContentEntityForm. If I put this field into View (Article) its okay, I get correct entity. But while I put this field into Views (All articles) I don't get correct entity for that View. Its like null. Probably I need some hook to do it.
My goal is to show number of likes while visitor browse "All articles".lll