SW
Size: a a a
SW
SW
VS
SW
SW
NW
label
и input
в Drupal 8?VS
АК
АК
АК
function my_theme_preprocess_form_element(&$variables) {
if (in_array($variables['element']['#type'], ['textfield', 'email', 'tel', 'password'], TRUE)
&& isset($variables['element']['#title_display'])
&& $variables['element']['#title_display'] === 'before') {
$variables['element']['#title_display'] = 'after';
}
}
VV
АК
VL
AI
АК
VS
AI
АК
VL