Using drupal-composer/drupal-project
To do the default install:
Run composer create-project drupal-composer/drupal-project:8.x-dev my_site_name_dir --no-interaction
=========
Now it's time to install modules using Composer. I am not yet Git or Composer savvy.
I created a custom service extends a core module service in my module and also a custom form.
When this form submitted, the customer service class method will be called before the submitForm method. And I need to do something in this service class method but it needs data from the $form_state object.
I don't know how to access $form_state object in my custom service class. How can I do this?
Is there a way to create a PDF from arbitrarily selected nodes? Someone wants to create a PDF from manually selected content. He might, for instance, see a list of recently published content, and select 4 of them to combine together into a PDF. I see that we can create PDFs from individual nodes and from views, but I haven't see anything that supports manually selecting a combination of nodes.
i have been asked to add a functionality in a Drupal 8 website. The administrator wants to have registered users where each user can have her own files. The files will be uploaded by administrator only and every file is committed to a registered user. So when a client is logged in, there should be an "area" where he can view/download her own files (maybe organised in categories/subcategories or folders/subfolders). Think of a mini Google Drive area in read only mode but for every single user who is registered to the website.
I updated Image field in all Content Types, and all Images are disappeared now, and appropriate Views are either disappeared or without images....
I only updating from Single Image to Unlimited Image field, I did't thought this should completely screw up all images?! Why?! Instead of 1 image I wanted to be able eventually upload more, why they disappeared?!
Update:
It's not funny! I checked MySQL node__field_image table, and it was Empty....