I have installed the Time Field For Drupal 8.x / 9.x module to have the start time and end time entered. Works well. I can't calculate the Number of hours. I have $ OraIni and $ OraFin.
$ OraIni = date ('H: i', $ form ['field_time_mission'] ['widget'] [0] ['from'] ['# value']);
$ OraFin = date ('H: i', $ form ['field_time_mission'] ['widget'] [0] ['to'] ['# value']);
I'm currently trying to integrate my website into another set of non-PHP back-end code. I want to use the drupal authentication process, and then trigger certain external activities based on the logged in user.
Good evening, I'm using drupal 8 and I would like to add the classic Welcome to user in the user menu. in drupal 7 I added a block with php and voila but drupal8 I understand that it does not. My question is is there a module that does it or if there is any way to do it.
slds