‪TYPO3CMS  10.4
TYPO3\CMS\Install\Updates\AdminPanelInstall Class Reference
Inheritance diagram for TYPO3\CMS\Install\Updates\AdminPanelInstall:
TYPO3\CMS\Install\Updates\AbstractDownloadExtensionUpdate TYPO3\CMS\Install\Updates\UpgradeWizardInterface TYPO3\CMS\Install\Updates\ConfirmableInterface TYPO3\CMS\Install\Updates\ChattyInterface

Public Member Functions

 __construct ()
 
TYPO3 CMS Install Updates Confirmation getConfirmation ()
 
string getIdentifier ()
 
string getTitle ()
 
string getDescription ()
 
bool updateNecessary ()
 
string[] getPrerequisites ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Install\Updates\AbstractDownloadExtensionUpdate
 setOutput (OutputInterface $output)
 
bool executeUpdate ()
 

Protected Attributes

TYPO3 CMS Install Updates Confirmation $confirmation
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Install\Updates\AbstractDownloadExtensionUpdate
string $repositoryUrl = 'https://typo3.org/fileadmin/ter/@filename'
 
OutputInterface $output
 
TYPO3 CMS Install Updates ExtensionModel $extension
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Install\Updates\AbstractDownloadExtensionUpdate
bool installExtension (ExtensionModel $extension)
 
string fetchExtension ($extensionKey, $version)
 
string fetchUrl ($url)
 

Detailed Description

Installs EXT:adminpanel

This class is only meant to be used within EXT:install and is not part of the TYPO3 Core API.

Definition at line 26 of file AdminPanelInstall.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Install\Updates\AdminPanelInstall::__construct ( )

Definition at line 33 of file AdminPanelInstall.php.

Member Function Documentation

◆ getConfirmation()

TYPO3 CMS Install Updates Confirmation TYPO3\CMS\Install\Updates\AdminPanelInstall::getConfirmation ( )

Return a confirmation message instance

Returns
‪\TYPO3\CMS\Install\Updates\Confirmation

Implements TYPO3\CMS\Install\Updates\ConfirmableInterface.

Definition at line 55 of file AdminPanelInstall.php.

References TYPO3\CMS\Install\Updates\AdminPanelInstall\$confirmation.

◆ getDescription()

string TYPO3\CMS\Install\Updates\AdminPanelInstall::getDescription ( )

Return the description for this wizard

Returns
‪string

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 86 of file AdminPanelInstall.php.

◆ getIdentifier()

string TYPO3\CMS\Install\Updates\AdminPanelInstall::getIdentifier ( )

Return the identifier for this wizard This should be the same string as used in the ext_localconf class registration

Returns
‪string

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 66 of file AdminPanelInstall.php.

◆ getPrerequisites()

string [] TYPO3\CMS\Install\Updates\AdminPanelInstall::getPrerequisites ( )

Returns an array of class names of Prerequisite classes This way a wizard can define dependencies like "database up-to-date" or "reference index updated"

Returns
‪string[]

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 109 of file AdminPanelInstall.php.

◆ getTitle()

string TYPO3\CMS\Install\Updates\AdminPanelInstall::getTitle ( )

Return the speaking name of this wizard

Returns
‪string

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 76 of file AdminPanelInstall.php.

◆ updateNecessary()

bool TYPO3\CMS\Install\Updates\AdminPanelInstall::updateNecessary ( )

Is an update necessary? Is used to determine whether a wizard needs to be run.

Returns
‪bool

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 97 of file AdminPanelInstall.php.

References TYPO3\CMS\Core\Utility\ExtensionManagementUtility\isLoaded().

Member Data Documentation

◆ $confirmation

TYPO3 CMS Install Updates Confirmation TYPO3\CMS\Install\Updates\AdminPanelInstall::$confirmation
protected