Issue #2806179 by androiditya, amit.drupal, tstoeckler, lomasr, markdorison: Remove dead code with #collapsed Form API property
parent
a7c5f10002
commit
fb65cd2bf3
|
@ -85,7 +85,6 @@ class ExportForm extends FormBase {
|
||||||
$form['content_options'] = array(
|
$form['content_options'] = array(
|
||||||
'#type' => 'details',
|
'#type' => 'details',
|
||||||
'#title' => $this->t('Export options'),
|
'#title' => $this->t('Export options'),
|
||||||
'#collapsed' => TRUE,
|
|
||||||
'#tree' => TRUE,
|
'#tree' => TRUE,
|
||||||
'#states' => array(
|
'#states' => array(
|
||||||
'invisible' => array(
|
'invisible' => array(
|
||||||
|
|
Loading…
Reference in New Issue