app->l11nManager, $request, $response); $view->setTemplate('/Modules/Labeling/Theme/Backend/layout-list'); $view->data['nav'] = $this->app->moduleManager->get('Navigation')->createNavigationMid(1004801001, $request, $response); /** @var \Modules\Attribute\Models\AttributeType[] $attributes */ $layouts = LabelLayoutMapper::getAll() ->with('l11n') ->with('template') ->with('template/sources') ->where('l11n/language', $response->header->l11n->language) ->execute(); $view->data['layouts'] = $layouts; return $view; } }