// Expand the details if "do not use this breakpoint" was not selected.
if ($form['keyed_styles'
][$breakpoint_id][$multiplier]['image_mapping_type'
]['#default_value'
] != '_none'
) { $form['keyed_styles'
][$breakpoint_id][$multiplier]['#open'
] = TRUE;
} } } $form['fallback_image_style'
] =
[ '#title' =>
$this->
t('Fallback image style'
),
'#type' => 'select',
'#default_value' =>
$responsive_image_style->
getFallbackImageStyle(),
'#options' =>
$image_styles,
'#required' => TRUE,
'#description' =>
$this->
t('Select the image style you wish to use as the style when a browser does not support responsive images.'
),
];
$form['#tree'
] = TRUE;
return parent::
form($form,
$form_state);
} /**
* Get the form for mapping breakpoints to image styles.
*/