I'm having issues adding content for a specific user for a content type which they already use. For example, a user creates a node of a specific content type and there is a view where they can see all the nodes they have created. Is it possible for another user to create a node for them to see in their view?
I've an entity form with some controls; one is a Select which show some elements; I need to send a postback (not ajax) when a user choose one of the elements and manage it as a callback; something like an action but with a select instead a button.
I have a Drupal REST which bring me cached data, working as expected.
Now, I want some code to run before that response is generated. I need to do always a check in order to decide if to invalidate that REST cache or not, before it will be generated and sent to user.