Hi, I have an array that I need to loop to update the nodes with the values of a field from another node
This is the code
foreach ($ nNodiDispo as $ nidDispo) {
Am having trouble with creating blocks on the fly via my module.
I found information about Derivatives and Block Plugins. So far I can get the blocks to appear in the “Place block” modal,
but when I click on the “Place block” button in the modal I get an error.
Hi, in a custom form I have 2 fields, one date and the other text
In the date field I inserted a callBack to display the day of the week but it doesn't work.Here is the code of the module present in the buildForm function