Issue #3334865: Make support for groups optional.
1 unresolved thread
Merge request reports
Activity
added 5 commits
-
d782c17b...cfe1d249 - 4 commits from branch
project:8.x-1.x
- 28318bb7 - Merge branch quick_node_clone:8.x-1.x into 3334865-make-support-for
-
d782c17b...cfe1d249 - 4 commits from branch
added 1 commit
- Resolved by kksandr
added 3 commits
-
c039773e...188e0d46 - 2 commits from branch
project:8.x-1.x
- d91c37b1 - Merge branch '8.x-1.x' into '3334865-make-support-for'
-
c039773e...188e0d46 - 2 commits from branch
added 1 commit
100 112 */ 101 113 public function buildForm(array $form, FormStateInterface $form_state) { 102 114 115 $form['create_group_relationships'] = [ 116 '#type' => 'checkbox', 117 '#title' => $this->t('Create group relationships?'), 118 '#default_value' => $this->getSettings('create_group_relationships'), FYI, this may be a candidate for the new config_target system. https://www.drupal.org/node/3373502
Edited by Chris Green
Please register or sign in to reply