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.
Is there anyway to get the result of a rest export in a view through programmatically?
I have created view in Drupal 8 with 2 pages and 2 rest exports. I would like to call one of the that rest exports from the code itself (instead of calling it as an API service using guzzle) to get the JSON response. Is there any better way for doing this?
I am working on a new installation of Drupal 8 (8.1.8) on a Windows Server 2012 running IIS 8. I have installed PHP v7.0.9 and MySQL v5.7.14. During the installation process, I must have done something wrong. Upon completion, the home page is just the HTML without any styling and all of the links return an HTTP Error 404.
Any help would be greatly appreciated as I need to get this site up and running ASAP.
Many modules don't have a proper package-value in info.yml. Were can I start a project that every module is assigned to a propper "package" so that the modules overview page /admin/modules in the admin interface is more helpfull? (i am not a programmer, more a communication worker)
Some modules have none or different package-values
For example some modules related to user administration are assigned to package "user", other to "users" an another to "user management" and many to "others".