I want to change the default settings in a Drupal 8 theme I am working on, and so I have modified the values in the theme's THEME.settings.yml, but these values have no effect on the defaults that show up when I install the theme. Why might that be?
I'm trying to create a site dealing with other sites reviews. The main page would show the snapshots of the sites homes and, after clicking on one of them, the details of the clicked site would appear.
Hello, I am looking at switching to Drupal 8 to leverage the CMS aspects of it. I have a certain hierarchical data model that I need to somehow create in Drupal and link to created content. I'm experienced in PHP but not overly familiar with the Drupal 'way'. I have a test instance of Drupal 8 up and running. It seems like the below should be doable with built in Taxonomies and content types but I'm not really sure. I've also been looking at the "Group" and "Permissions by Term" modules but it's not clear how to apply them to the below. I'll do my best to explain below:
I am getting the following error after updating a code on a Dev instance on Acquia Cloud:
Error: syntax error, unexpected 'private' (T_PRIVATE) IN /mnt/gfs/ourfolder/livedev/vendor/symfony/dependency-injection/Compiler/AutowirePass.php, line 178
I am unaware of any changes that have been made by us on that file.
Do you know what might be causing this?
Here is the code for the file, with line 1789 in bold.