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've created a view programmatically, and it has a couple of displays, besides "default": block_1 and page_1. It could have more displays in the future, it depends of the user's requirements.
I have created a rest Resource POST API that will post some content to my application(from frontend created using angular js) that further needed to be stored in DB. Now I need some way to authenticate the anonymous user that fills out the form.
I have need for multi language different-different fevicon icon according language.Just like drupal 7 setting .
In drupal 7 we can achive by variable module.In theme setting provide settings or fevicon icon field for multiple languages.
Im not sure if anyone else has got this error or not, but when I try to perform a validation $form_state->setErrorI am getting an error
LogicException: The database connection is not serializable. This probably means you are serializing an object that has an indirect reference to the database connection. Adjust your code so that is not necessary. Alternatively, look at DependencySerializationTrait as a temporary solution. in Drupal\Core\Database\Connection->__sleep()
Any pointers, links, and documentation on converting a multi-site drupal 8 site into docker-compose containers is much appreciated. I'm looking for information if this is possible or do I have to start from scratch.