I'm developing a new theme for Drupal 8. I need to disable all caching mechanisms in Drupal. I found the configuration for twig caching and CSS/JavaScript but not for other things of Drupal (like .theme
files, etc.).
I found some hints here:
In the first linkt you find some entries beginning with cache.
and in the second link how to deactivate probably the backend cache?
Although if I paste those two lines:
$settings['container_yamls'][] = DRUPAL_ROOT . '/sites/development.services.yml';
$settings['cache']['bins']['render'] = 'cache.backend.null';
into my settings.php
Drupal shows a message that there has been an error with the page.