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 am using exposed filter in drupal 8 site. I need to change exposed filter default value programmatically. Actully I want to select option programmatically behalf of my condition. Try using hook_form_alter but not able to change. Please help me change it.
How to set only one language, so its not display in URL? Now i've got mywebsite.pl/pl/node and I dont't want this second "pl". I want my website only in polish language but my administration in english. How can I do this?