Top new questions this week:
|
I have a content type (MealDiary), which contains a reference to a paragraph multiple times (Meal: date, title). I do get a paragraph uid I can use to retrieve this data, but I would instead like to …
|
We have a “master” installation of Drupal using a SQL cluster with a two-node percona cluster, and a “slave” Drupal that is supposed to be readonly. A number of tables from contrib …
|
I’m having this trouble while trying to upgrade drupal 8.9 to 9.4. I’ve followed the steps explained on drupal.org, and I’m using composer to do this. I’ve already upgraded other D9 sites, but never a …
|
I create Custom Token and I want to get Webform Element and assign it to the Token, in my case the Element that I try to return is IP_ADDRESS , I tried to do the below and it didn’t work: use Drupal\…
|
I am running Drupal 9 commerce 2.0 as headless CMS, and I am trying to integrate the user registration/user login part of my frontend application. I was able to use the user/register REST API to …
|
Apologies in advance for the long questions. Background: We are building a 4-step AWS pipeline to deploy our site to an ECS container. The stages are as follows: Source Build Deploy Post-deploy At …
|
Greatest hits from previous weeks:
|
How to hide Input Format Options and help text under a textarea when adding|editing a node?
|
I’m trying to get a taxonomy term name by term ID. According to another post, I should load the term first: $term = \Drupal::entityTypeManager()->getStorage(‘taxonomy’)->load($tid); But then I …
|
So I have this Node: object(Drupal\node\Entity\Node)[1862] protected ‘values’ => array (size=17) ‘vid’ => array (size=1) ‘x-default’ => string ‘7’ (length=1) …
|
I have a free site with open registration; anyone can register and I am not able to change that. However, accounts must be approved by an administrator after completing a profile, so I have access to …
|
How can I change a user’s password from the command line using Drush?
|
What are the fundamentals of implementing hook_menu()? I would like to see the basics covered in a single question, to avoid having to answer the same similar but different questions over and over.
|
I have a taxonomy called services and want to list out all the terms. I can load the vocab with $vocabulary = taxonomy_vocabulary_machine_name_load(‘Services’) but cannot seen to get all the terms …
|