I have a route /people/{{slugged-full-name}} in place to present a person based on data retrieved from a third-party API. I'd like to set the page title using data from some of the fields retrieved in the initial request to the API (which is handled through one of the controller's dependency injected services).
From my understanding it's no longer possible to dynamically set the title directly through the controller's render array, e.g.,
Using Drupal 9.x and I am trying to get the content from a view where the display is a page and the path is /people/%. The '%' is a reference to a taxonomy term. How do I get the content in this case?
In my company many departments have their own forms (PDFs, Words) and many other documents. Each department uploads their documents on their own sections but no one can follow up the updated files and may be another version is uploaded somewhere else. is there a module that can mange this? I want to centralize the documents and make them available only in one place and if a version is updated there will be a text that says last update is on... etc.
Hi, I'm interested in sorting the query result on an entityReference field (field_ufficio).
I have done various tests but I have not succeeded.
The code is this