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.
Hi Everybody. I am new to this community and hope that you guys will bear with me while I get acquainted with the Drupal platform and this forum in particular.
A client asked me to build a REST API based on Drupal 8 (I recommended otherwise). So far I have never worked with Drupal before but with Yii and Laravel. So I'm quite experienced with MVC frameworks.
I had to face the fact that the documentation of Drupal 8 is terrible and partially incomplete so asking this question here is my last option.
I managed to create a new Entity Type, for simplicity let's call it "element".
For users logged in its easy enough to add a link for them to add a new post (node/add), but how about adding a link for them viewing their recent posts? Would I have to create a view for each user to have a list of their recent posts, or is there a simpler way to do this?
HI everyone,
Field permission example code snippets is working good, but field permission example code "input type= textarea". I need to add select box in the input type, (ex= input type="select"). I did change the input type=select in code, select box will appear but i put option values textarea not appear in these settings.what are the changes may i do it in code.