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.
I have created a custom form and it works.
I need to create another module by clicking on install this error returns me and I don't know what to do to solve the problem. I tried to delete and reinstall it but nothing to do
ReflectionException: Class \Drupal\hello\HelloController does not exist in ReflectionMethod->__construct() (line 136 of core\lib\Drupal\Core\Entity\EntityResolverManager.php).
I'm working on an external script using user database and rights management from Drupal 7. It was working fine till some update on the server (unfortunately I'm not able to get exact info about updates from the provider, or maybe it is casused by some change in Drupal I dont remeber).
At the beginning of the srcipt I'm loading drupal core using this:
I am trying to patch a submodule: jsonapi_defaults installed with jsonapi_extras (modules/jsonapi_extras/jsonapi_defaults) using composer on Drupal 8.9.10.
I use feeds to import data from csv file with eck entity processor and feeds module drupal 7, in fields of bundel i have entity reference field named nom candidat like in image bellow, but when i import data from csv file i need to create if note existe a new entity candidat in candidat entity type. In this case i have setup used feed entity reference and maping field "nom candidat" to according entity id, but when i upload to file it doesn't create candidat entity if not existe, how i can do that please