Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
|
@ -73,7 +73,7 @@ function template_preprocess_file_widget_multiple(&$variables) {
|
|||
|
||||
// Render everything else together in a column, without the normal wrappers.
|
||||
$widget['#theme_wrappers'] = [];
|
||||
$information = drupal_render($widget);
|
||||
$information = \Drupal::service('renderer')->render($widget);
|
||||
$display = '';
|
||||
if ($element['#display_field']) {
|
||||
unset($widget['display']['#title']);
|
||||
|
|
Reference in a new issue