upgraded all cutom modules, themes & profile following upgrade-status

This commit is contained in:
2024-08-20 19:47:47 +02:00
parent 38501ecf4d
commit ee271ab4d8
17 changed files with 21 additions and 9 deletions

View File

@@ -31,6 +31,7 @@ class SamplesDefaultWidget extends WidgetBase {
$query = \Drupal::entityQuery('taxonomy_term')
->sort('weight', 'DESC')
// ->sort('tid', 'DESC')
->accessCheck()
->condition('vid', $vid);
$tids = $query->execute();
$terms = Term::loadMultiple($tids);