



JKenDaL Sponsor Supreme
#JKenDaL Sponsor Supreme #TheSupremeTeam Artist Name: JKenDaL Sponsor Supreme Who are you? DJ Producer & Sound Design Where are you from? Milano How can we follow you? https://soundcloud.app.goo.gl/P2ZMg Song Title: Inside The Club JKenDaL Listen to JKenDaL... read more
Render a fulltext exposed search bar separate from the rest of the filters
I would like to render my exposed fulltext search bar in a separate location from the rest of my search filters. My other exposed search filters are things like display number, sort order, etc… I am also using facets. My current problem is that I need to render... read more

Angel Fructuoso
#Angel Fructuoso #TheSupremeTeam Artist Name: Angel Fructuoso Who are you? multidisciplinary composer of instrumental music specializing in keyboards, midi drums and rhythms, all kinds of musical styles Where are you from? Barcelona, Spain How can we follow you?... read more
Conditional JavaScript based on URL value
I have a single form I need to insert twice in two pages by template. I have to put different values in the list selection field in the active page by the URL. With a JavaScript field, I want to put the URL value in a conditional field. How can I achieve this? read more
routing for dynamic block for custom entity
For a custom entity I have created several dynamic blocks. But the blocks are not displayed. They are placed in admin/structure/block. Below is an example of block 1. myentity.routing.yml: myentity.blocks: path: ‘/collection/{myentity}’ defaults: _title:... read more
check if a page has been redirected and then add a class to a certain div
Im using the redirect module to redirect /page/scheduling to /page. I need to check if the user arrived to a certain page by this redirect. by checking this i will then add a class to a certain div. How can I accomplish this? read more
Cookie specific page caching not working for anonymous users
Have been following this guide to make caching depend on the value of a specific cookie: https://cornel.co/article/page-cache-cookiesor-anything-available-http-request-d9 However, it does not seem to work for anonymous users. Debugging (xdebug) within both... read more
Killkeisei
#Killkeisei #TheSupremeTeam Artist Name: Killkeisei Who are you? I'd describe myself as different. Everybody says that they're different but a lot of the time, these people just trying sound like everyone else and I wanna be the opposite of that. Anything I... read more
display paragraph field in a view
I am trying to display my paragraph bundle fields in a view. is that possible? I have a bundle that contains 2 fields with no input limit. I want to display one of the fields in a view. I added a relationship of type Paragraph to my view and then added the... read more
Programmatically create result row in views
I have created a bunch of content types. Since I am using Drupal only for displaying results fetched from another service I was wondering if there is a way to display results in a view without actually having objects in the database? For example, I get data from a... read more
Basic Page – anchor link with id
I’m trying to create an anchor link on a basic page back to the previous NON basic page to where the user came from. I.e. <a class="btn" href="/dashboard">Back>/a> obviously works. BUT <a class="btn"... read more
How can I get a multivalue field correctly inserted?
I have a custom module that creates a field type. It is a plain text field abd I’ve added it to a content type using the Drupal UI. The cardinality of this field is "Unlimited". This is how I create the field in code: class MyItem extends FieldItemBase... read more
How can we use Drupal class inside Settings.php
How can we use Drupal class inside the Settings.php file so that we can load configurations etc? For example: Drupal::config(‘system.site’)->get(‘slogan’); read more
How do I test a CKEditor 5 text format field with Behat/Mink?
Drupal 10 is switching from CKEditor 4 to 5. So, I installed the experimental CKEditor 5 module and am attempting to update my Behat tests to use CKEditor 5. I am using an @javascript test in Behat on CircleCI to check my Drupal 8 site. The standard I fill in "my... read more

How to update taxonomy field with array of terms?
I am having a body like this { "userid": 435, "territories_id":[176,139] } Where userid is the drupal user id. And I need to update field field_user_territory which is a taxonomy field. I do not want earlier territories to go instead I need to... read more