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 trying to delete a field from a database named my_database. I am trying to use hook_entity_delete, in my .module file. I have tried to use something like :
function mymodule_entity_delete(Drupal\Core\Entity\EntityInterface $entity) {
Hello,
I am using responsive design for my site (breakpoints, image source sets, percentages instead of "fixed" sizes, etc...). Is there a way to adapt the size of language icons as the viewport's dimension changes? I only see a "fixed" size field in the configuration page of the language icons module. When the viewport gets small, the icons seem to be displayed unreasonably large...
Thanks for any hints.
H. Stoellinger
Good afternoon everyone. I have tried searching the site in regards to my topic but can't find what I am looking for, so if this is a repeat of another questions please accept my appologies.
I have just installed Drupal 8.75 on a local host on my system and I am trying to get the forums setup. I have no idea where to start though. I found where I can setup the containers and forums but have no idea whatsoever on how to get a menu link setup or how to get all the containers/forums/topics to display on a page.
Is there a setup guide some where that will help with this?