I want to edit the tray elements in the admin toolbar for the users. For example, instead of the text saying 'View profile', I want it to say 'View account' - mainly because I use the word profile in other contexts.
Should be simple, but I have not been able to figure this out.
This seems like it should be extremely straightforward. So I'm not sure if it's a weak point of Drupal or if I've just been unable to find the correct solution.
The problem:
When you upload a file it changes the url. So the first time you upload a file you get this link "/sites/default/files/2020-07/filename.pdf" then when you update the file the url changes to "/sites/default/files/2020-08/filename.pdf"
I am making small small modules mainly to over ride or alter the functionalities like i am using Webform on submission of webform i need to trigger an email to some one so i create a small custom module with two files only.
1. mymodule.info.yml
2. mymodule.module
in mymodule.module i just write one function alter hook and my php code there.
I am making small small modules mainly to over ride or alter the functionalities like i am using Webform on submission of webform i need to trigger an email to some one so i create a small custom module with two files only.
1. mymodule.info.yml
2. mymodule.module
in mymodule.module i just write one function alter hook and my php code there.