Loading core/modules/system/src/Form/DevelopmentSettingsForm.php +8 −7 Original line number Diff line number Diff line Loading @@ -64,6 +64,14 @@ public function buildForm(array $form, FormStateInterface $form_state) { 'checked' => TRUE, ], ]; $form['disable_rendered_output_cache_bins'] = [ '#type' => 'checkbox', '#title' => $this->t('Do not cache markup'), '#description' => $this->t('Disables render cache, dynamic page cache, and page cache.'), '#default_value' => $development_settings->get('disable_rendered_output_cache_bins', FALSE), ]; $form['twig_development_mode'] = [ '#type' => 'checkbox', '#title' => $this->t('Twig development mode'), Loading Loading @@ -98,13 +106,6 @@ public function buildForm(array $form, FormStateInterface $form_state) { ]; } $form['disable_rendered_output_cache_bins'] = [ '#type' => 'checkbox', '#title' => $this->t('Do not cache markup'), '#description' => $this->t('Disables render cache, dynamic page cache, and page cache.'), '#default_value' => $development_settings->get('disable_rendered_output_cache_bins', FALSE), ]; $form['actions']['#type'] = 'actions'; $form['actions']['submit'] = [ '#type' => 'submit', Loading Loading
core/modules/system/src/Form/DevelopmentSettingsForm.php +8 −7 Original line number Diff line number Diff line Loading @@ -64,6 +64,14 @@ public function buildForm(array $form, FormStateInterface $form_state) { 'checked' => TRUE, ], ]; $form['disable_rendered_output_cache_bins'] = [ '#type' => 'checkbox', '#title' => $this->t('Do not cache markup'), '#description' => $this->t('Disables render cache, dynamic page cache, and page cache.'), '#default_value' => $development_settings->get('disable_rendered_output_cache_bins', FALSE), ]; $form['twig_development_mode'] = [ '#type' => 'checkbox', '#title' => $this->t('Twig development mode'), Loading Loading @@ -98,13 +106,6 @@ public function buildForm(array $form, FormStateInterface $form_state) { ]; } $form['disable_rendered_output_cache_bins'] = [ '#type' => 'checkbox', '#title' => $this->t('Do not cache markup'), '#description' => $this->t('Disables render cache, dynamic page cache, and page cache.'), '#default_value' => $development_settings->get('disable_rendered_output_cache_bins', FALSE), ]; $form['actions']['#type'] = 'actions'; $form['actions']['submit'] = [ '#type' => 'submit', Loading