


/node links when you hover over a link in your Drupal content
It bothers me that when I hover over a specific link inside the node it shows /node/32 instead of /seofacts for example It is d9 site….it works properly on another d9 site… After I click on the link it redirects to /seofacts…. But why on hover it... read more

saira saleem
#saira saleem #TheSupremeTeam Artist Name: saira saleem Tell us something about you that fans should know: beginner level Where are you from and what’s the music scene like there? mason Ohio, trying to make my violin music more heard and popular You can follow... read more
Programmatically reset the selected elements of an entity browser widget
What I am trying to do, when the value of a field changes, reset and show the original selection widget. For example: 1.- The first time the browser widget is displayed. 2.- After having added an element to the browser, it would look like this. 3.- If I check the... read more
How to create a view that shows content related to each other through a taxonomy vocabulary?
I don’t really know how to put my problem into words, so I am trying to explain it with an example: I have a Taxonomy Vocabulary X. I have Content Type A with Field a, which references Vocabulary X and allows to enter unlimited terms. I have Content Type B with... read more
Enable layout builder on custom controller page
I created a simple page in a controller class: public function taxonomyPage($term) { return [ ‘#type’ => ‘markup’, ‘#markup’ => $this->t(‘<p>Need to render layout builder here.</p>’), ]; } Routing:... read more
Bandochild
#Bandochild #TheSupremeTeam Artist Name: Bandochild Tell us something about you that fans should know: I’m a poet speakin on what I see and what goes on in everyday life Where are you from and what’s the music scene like there? Louisville ky it’s great very... read more


How to set a default value to a taxonomy term name which will be ovewritten by the value given by a user for drupal 9?
I have a site where i have a taxonomy term, i want to set a default value to the term name and display it when the form loads. The user should be able to overwrite this value and submit the form with current value. In hook_form_alter, i tried to set the value(consider... read more



Autocomplete Text Field
I need to fetch data from API and implement auto complete on text field that Returns response for the auto completion from the API. eg:if i type ‘a’ in textfield all the names starting with ‘a’ must return. now i am able to return all the names... read more

Charles Dillinger
#Charles Dillinger #TheSupremeTeam Artist Name: Charles Dillinger Tell us something about you that fans should know: I'm mostly playing folk/americana/rock a vintage spin on top of that, with a modern sound I should say Where are you from and what’s the... read more
How to create a vertical table
Can anyone please help me to render theme_table data in vertical format instead of horizontal format ? Currently horizontal table is overflowing the page and breaking breaking points. My current code : $build[‘table’] = [ ‘#type’ =>... read more
