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 would like to create a block in a custom module and have the block display a form or some text but not both. How would I determine if the form was submitted successfully so the code could either return the form or the text?
If I run composer require drush/drush on a brand new out-of-the box D8.8 or D9.0 site (on shared hosting), then it will mostly FAIL with less than PHP memory_limit = 2768Mb (always fail with less than 1 GB).
Our Content Migration Team does all data entries on stage site regarding content for multiple languages.
on average on a new phase, we do have 20 fields for the content type.
I am able to export and import content type and it's fields and it's view via Drush.
so I deploy that newly created fields to prod via Drush.
looking for a solution to deploy content as well but couldn't get any solution.
Guessing that this has been asked before...but...if I download one of the distributions, I assume that I can extend it further with modules?
For example if I where to start a new project with the varbase distribution could I extend it with say some of the social media modules? I am guessing that they just get added to composer.json?