I am new to drupal. I created a module called project_1 and using this module I get data from users and push them to the database table called "project_1_table". Then I created the project_2 module. In this module, I created a class that extends to the formBase. Here I tried to get the data from "project_1_table" in the submitForm method. But the data is not available. I want to push that data to "project_2_table". Please help me...
I have multiple sites(multiple domains designed for various countries) serving almost similar content.
Now, is there a way that while content editing I can mark the content with <link rel="alternate" hreflang="COURNTRY-LANGUAGE"> so, that the applications are not impacted in terms of SEO.
I have Ubercart (8.x-4.0-alpha5 with Drupal 8.7.3) installed - products are set up to with FIle Downloads (either MP3 or PDF). User can purchase the product and get email to log in to the drupal site BUT nothing shows when the log in on the User page - no Files tab - no Orders info.
Hello all. I am thinking to use Drupal for what will be, basically, a front-end to a library of programs that we write and save as binary blobs for use in my company's laboratory automation software. We need a way of associating these binary programs with all sorts of attributes and with other binary blobs that are either derivative or formative, i.e. other programs, word processing documents, PDF's, etc.
I recently disabled the database logging module on my site and I'm using the default error.log file provided by Apache. However I'm experiencing an issue where my error logs are being truncated. So for example, when I get an error message with database logging turned on, it appears as such:
As part of a migration from drupal 7 to drupal 8, I currently have a rather original node display method that I'm trying to reproduce to Drupal 8, but without success.
Currently on Drupal 7, this method is filled by a custom preprocess that I try to remove in favoir of views / entity reference.