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.
The Problem: Create a function that will continually check the date_created field of entries in my database. If the date_created is older than 6 hours, I would like to perform a particular action. The problem is that I need this function always be checking for database entries older than 6 hours without me having to do anything (view website or push a button etc). In other words I need that function to always be running in the background of my website, without it having to be triggered by anything.
I am trying to find out the routing name of a taxonomy word. I am trying to create a link inside my form that takes me to the Add term page of the taxonomy. For this purpose I need to know the relevant routing name. How can I do that?
The main menu exposes the latest editorial translation and displays it in all languages, i. e. in the menu menu, added to German and menu the item, regardless of language choices, will be in German. All settings are correct, such tab as home and search are automatically translated and the rest of the menu are not translated. Cache clear
On my content page, Author is a vocabulary term. I am trying to create a button next to the author field that would take me to the Add Term page for Author.
I am running Drupal core 8.7.4 in the Acquia Dev Desktop environment. First time working with Drupal 8 rather than 7. I can't open the Configuration menu at all, it just creates an error. Other Admin menu items OK.