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 trying to pragmatically set the revision log message after values of certain fields are changed (thus if a user has edits certain fields). More information is in the code comments
UPDATE: I just solved this. I deleted the image and re-uploaded it.
Greetings. I created a view in Drupal 8, with a contextual filter in the path. The view will vary by content author. It lists the author's created content, via a Relationship to Author.
I want the view to display the user's Picture (an Image filed, in Home | Administration | Configuration | People | Account settings | Manage fields) in the header of the contextual view ouput, just once.
I was curious if anybody's using a rating (by users) module with Drupal 8. It appears the FiveStar module is popular with D7 but hasn't been ported to D8 (8.x dev in June 2017), and that it depends on the Voting API module which last had an 8.x alpha in June 2016. There's also Rate which had an 8.x alpha a year ago.
I am putting together a module which has a custom field which can be assigned to any "content type" which is fieldable. As an example, this could include node, users, taxonomy terms, etc.
Within the module i need to do things like: get entities in specific bundle, get bundle display name, etc.
In my code i use a loop through entityManager()->getFieldMap() to get a list of entity_type.bundles that have my custom field attached, so for my example site i have:
I have read up on subtheming Subtheme-bootstrap and I believe to have made all the proper changes, but it does not render properly, drop down does not work, styling is kind of funky. My directory is: