Hi there I see this error message when I try to uninstall some modules that stopped working with 8.8.0 and 8.8.1 core update. I updated from composer but I need to uninstall this modules from UI because if I uninstall from composer they remains in module list (after clear all caches).
We are facing issue while creating the new sub site from existing Drupal 8 multi site, below are the details of the same,
We already have a site running at site1@example.com, (This is complete website running from last 1 year) now, we want to create site2@example.com using Drupal 8 multi site approach, we are able to access the site2@example.com, with Drupal installation page.
I have installed drupal for my school. This site will be for school administration and teacher but not for delivering teaching content (yet).
I want to create "syllabus" as groups of "topics" (groupped through taxonomy terms). A "topic" is a content type with taxonomy terms refering to the system (international baccalaureat; french system...), the class year (class 1 to 12) and the subject (math, french, physics...)
I will also have group of students for a particular class : IB1-A IB2-B if I have two IB1 classes.
Hi, I'm creating a series of scripts to programmatically apply durpal coding standards, for "normal" files I've used phpcbf --standard=Drupal and for JS files I've used eslint, which is integrated in drupal's core. Is there any tool to fix the coding errors of twig's templates?