TYPO3  7.6
Public Member Functions | Protected Attributes | List of all members
DistributionController Class Reference
Inheritance diagram for DistributionController:
AbstractModuleController AbstractController ActionController AbstractController ControllerInterface

Public Member Functions

 injectPackageManager (\TYPO3\CMS\Core\Package\PackageManager $packageManager)
 
 showAction (\TYPO3\CMS\Extensionmanager\Domain\Model\Extension $extension)
 

Protected Attributes

 $packageManager
 
- Protected Attributes inherited from AbstractModuleController
 $view
 
 $defaultViewObjectName = BackendTemplateView::class
 
- Protected Attributes inherited from AbstractController
 $triggerArguments
 
- Protected Attributes inherited from ActionController
 $reflectionService
 
 $cacheService
 
 $view = null
 
 $namespacesViewObjectNamePattern = '@vendor\@extension\View\@controller\@action@format'
 
 $viewFormatToObjectNameMap = array()
 
 $defaultViewObjectName = \TYPO3\CMS\Fluid\View\TemplateView::class
 
 $actionMethodName = 'indexAction'
 
 $errorMethodName = 'errorAction'
 
 $mvcPropertyMappingConfigurationService
 
 $request
 
 $response
 
- Protected Attributes inherited from AbstractController
 $signalSlotDispatcher
 
 $objectManager
 
 $uriBuilder
 
 $extensionName
 
 $settings
 
 $request
 
 $response
 
 $validatorResolver
 
 $arguments
 
 $supportedRequestTypes = array(\TYPO3\CMS\Extbase\Mvc\Request::class)
 
 $controllerContext
 
 $configurationManager
 

Additional Inherited Members

- Static Public Member Functions inherited from ActionController
static getActionMethodParameters ($objectManager)
 
- Public Attributes inherited from AbstractController
const TRIGGER_RefreshModuleMenu = 'refreshModuleMenu'
 
- Protected Member Functions inherited from AbstractModuleController
 resolveView ()
 
 generateMenu ()
 
 getHref ($controller, $action, $parameters=[])
 

Detailed Description

Controller for distribution related actions

Definition at line 24 of file DistributionController.php.

Member Function Documentation

injectPackageManager ( \TYPO3\CMS\Core\Package\PackageManager  $packageManager)
Parameters
\TYPO3\CMS\Core\Package\PackageManager$packageManager

Definition at line 34 of file DistributionController.php.

References DistributionController\$packageManager.

Shows information about the distribution

Parameters
\TYPO3\CMS\Extensionmanager\Domain\Model\Extension$extension

Definition at line 60 of file DistributionController.php.

References AbstractController\$uriBuilder, and ExtensionManagementUtility\extPath().

Member Data Documentation

$packageManager
protected