36 parent::initializeView(
$view);
51 $updateScriptUtility = $this->objectManager->get(\
TYPO3\CMS\Extensionmanager\Utility\UpdateScriptUtility::class);
52 $updateScriptResult = $updateScriptUtility->executeUpdateIfNeeded($extensionKey);
54 ->assign(
'updateScriptResult', $updateScriptResult)
55 ->assign(
'extensionKey', $extensionKey);
66 $buttonBar = $this->view->getModuleTemplate()->getDocHeaderComponent()->getButtonBar();
68 $uriBuilder = $this->controllerContext->getUriBuilder();
70 $uri =
$uriBuilder->reset()->uriFor(
'index', [],
'List');
71 $title = $this->
translate(
'extConfTemplate.backToList');
72 $icon = $this->view->getModuleTemplate()->getIconFactory()->getIcon(
'actions-view-go-back',
Icon::SIZE_SMALL);
73 $button = $buttonBar->makeLinkButton()