Issue #2806179 by androiditya, amit.drupal, tstoeckler, lomasr, markdorison: Remove dead code with #collapsed Form API property

8.3.x
xjm 2016-10-23 12:51:45 -07:00
parent a7c5f10002
commit fb65cd2bf3
1 changed files with 0 additions and 1 deletions

View File

@ -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(