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.
It seems my project has exceeded resources available from my service provider, Bluehost. I was upgrading my site from 8.9.5 to 8.9.11 but composer consistently runs out of memory. Even using COMPOSER_MEMORY_LIMIT=-1 fails to work. The site was created as drupal-composer/drupal-project but now I am hunting around trying to figure out the best way to upgrade it. I was tempted to un-tar the core tar file but hesitated because the architecture differs (the web sub-directory). Bluehost is unable or un-willing to provide me with enough memory to execute this upgrade. The upgrade went very
A column in the views shows the text in all major and I want to change the initial of each word to uppercase.
I created a css class and in Style Setting, Create a CSS class, I entered the class name.
I try but it doesn't transform my text the way I want.
Hi all, I create a custom module and I want to know how can I set values into the webform submission fields (entity_type and entity_id) manually. I add a submit handler to get the id of the current submission. I loaded the webform submission by ID and now I have to set the entity type and the entity id manually. I know that the webform can detect these fields automatically, but I have a complicated client demand, that's why I have to make it manually.
In the "WebformSubmission.php" file I can't find "setSourceEntity()" function, and I just find the "getSourceEntity()".