


Yellow Flag
#Yellow Flag #TheSupremeTeam Artist Name: Yellow Flag Who are you? I’m Good In What I Do Cause I Do My Music On My Own Way no Imitations And now I have a Deal With The FGM Records and GMMG Where are you from? I Was Born In Angola And The Music Scene Is Really Good... read more
Yellow Flag
#Yellow Flag #TheSupremeTeam Artist Name: Yellow Flag Who are you? I’m Good In What I Do Cause I Do My Music On My Own Way no Imitations And now I have a Deal With The FGM Records and GMMG Where are you from? I Was Born In Angola And The Music Scene Is Really Good... read more
How to hide the fields in manage display when layout module is installed and display when module is uninstalled programmatically?
In the below config I want to remove the body field from content and add it in hidden as body: true when I uninstall the layout module. Basically when I install the layout module the fields in manage display should get disabled/hidden and when I uninstall the module... read more
Get payment detail of stipe like payment intent and other parameter using hook
Is there a hook that we can able to retrieve the payment detail specially payment intent Id after complete the order. I need to retrieve strip intent id Strip provide a curl API to update payment metadata as Curl:... read more
How can I get Average of a comment field by node_id?
I have Comments here wherein user can rate a content. I want to get the average rating per content, how do I efficiently get the average? I have the following code to get the Average: $cids = Drupal::entityQuery(‘comment’)... read more


CRA$H BABY
#CRA$H BABY #TheSupremeTeam Artist Name: CRA$H BABY Who are you? I’m very driven and attach wit my music , all my music is real event , feelings , and actions through my life Where are you from? I’m from Wilmington , DE the music sense mainly focused on drill not to... read more




Disable a field if another field is disabled
I need to disable field A if field B is disabled too. Actually, my current field A has the following #states (altered using hook_alter_form) to disable it if field B is empty: /** * Implements hook_form_alter(). */ function my_module_form_alter(&$form,... read more
Printing only the selected value of radios in Twig
I have a radio buttons (3 options) where user can select and a table for the option will display automatically and fills out. In the PDF attachment, I would like to only print what the user selected and filled out. This is what I came up with (obviously not printing)... read more
Young Xlouds
#Young Xlouds #TheSupremeTeam Artist Name: Young Xlouds Who are you? I mainly offer mixing and mastering packages to any artist from anywhere because i know how it feels to not have access to studio equipment and professional sounding mixes and i also make my own... read more
User error: "1" is an invalid render array key. How do I find where the error is coming from?
I get this error on every page. How do I debug or find what is causing it? I thought it might have been changes to a twig template, but I tried other themes, and still had the error. I’ve disabled all custom modules. I searched and found User error:... read more
TableSort with entity query aggregate
I’m trying to implement a table sort for a custom Drupal 9.x entity type Packet which represents published medical literature articles which have batched together and assigned for review. Each Packet has entity references to PacketArticle entities, and each of... read more
How to iterate and print the text of a select’s option (instead of value) from composite using Twig?
I would like to iterate and print the text of the option (book) that is selected by the user. I know that what I have {% for item in data.item %} <tr> <td style="text-align: center;">{{ item.qty }} </td> <td style="text-align:... read more