Skip to content

Commit

Permalink
Update StateCommands.php (#5740)
Browse files Browse the repository at this point in the history
Added missing set for disabling Dynamic render cache data.
(Disables render cache, dynamic page cache, and page cache.)
  • Loading branch information
Elvin-Xhimitiku committed Aug 24, 2023
1 parent 2071464 commit f3f9126
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Commands/core/StateCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public function get(string $key, $options = ['format' => 'string']): PropertyLis
#[CLI\Usage(name: 'drush state:set twig_debug TRUE', description: 'Enable the Twig debug mode (since Drupal 10.1)')]
#[CLI\Usage(name: 'drush state:set twig_autoreload TRUE', description: 'Enable Twig auto reload (since Drupal 10.1)')]
#[CLI\Usage(name: 'drush state:set twig_cache_disable TRUE', description: 'Disable the Twig, page, render and dynamic page caches (since Drupal 10.1)')]
#[CLI\Usage(name: 'drush state:set disable_rendered_output_cache_bins TRUE', description: 'Disables render cache, dynamic page cache, and page cache. (since Drupal 10.1)')]
public function set(string $key, $value, $options = ['input-format' => 'auto']): void
{

Expand Down

0 comments on commit f3f9126

Please sign in to comment.