‪TYPO3CMS  ‪main
TYPO3\CMS\Install\Updates\SysFileMountIdentifierMigration Class Reference
Inheritance diagram for TYPO3\CMS\Install\Updates\SysFileMountIdentifierMigration:
TYPO3\CMS\Install\Updates\UpgradeWizardInterface

Public Member Functions

 getTitle ()
 
 getDescription ()
 
 getPrerequisites ()
 
 updateNecessary ()
 
 executeUpdate ()
 

Protected Member Functions

 columnsExistInTable ()
 
 hasRecordsToUpdate ()
 
 getRecordsToUpdate ()
 
 getPreparedQueryBuilder ()
 
 getConnectionPool ()
 

Protected Attributes

const TABLE_NAME = 'sys_filemounts'
 

Detailed Description

Since
12.1

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

Definition at line 31 of file SysFileMountIdentifierMigration.php.

Member Function Documentation

◆ columnsExistInTable()

TYPO3\CMS\Install\Updates\SysFileMountIdentifierMigration::columnsExistInTable ( )
protected

◆ executeUpdate()

TYPO3\CMS\Install\Updates\SysFileMountIdentifierMigration::executeUpdate ( )

◆ getConnectionPool()

◆ getDescription()

TYPO3\CMS\Install\Updates\SysFileMountIdentifierMigration::getDescription ( )

Return the description for this wizard

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 40 of file SysFileMountIdentifierMigration.php.

◆ getPreparedQueryBuilder()

◆ getPrerequisites()

TYPO3\CMS\Install\Updates\SysFileMountIdentifierMigration::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 45 of file SysFileMountIdentifierMigration.php.

◆ getRecordsToUpdate()

TYPO3\CMS\Install\Updates\SysFileMountIdentifierMigration::getRecordsToUpdate ( )
protected

◆ getTitle()

TYPO3\CMS\Install\Updates\SysFileMountIdentifierMigration::getTitle ( )

Return the speaking name of this wizard

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 35 of file SysFileMountIdentifierMigration.php.

◆ hasRecordsToUpdate()

TYPO3\CMS\Install\Updates\SysFileMountIdentifierMigration::hasRecordsToUpdate ( )
protected

◆ updateNecessary()

TYPO3\CMS\Install\Updates\SysFileMountIdentifierMigration::updateNecessary ( )

Is an update necessary?

Is used to determine whether a wizard needs to be run. Check if data for migration exists.

Implements TYPO3\CMS\Install\Updates\UpgradeWizardInterface.

Definition at line 52 of file SysFileMountIdentifierMigration.php.

References TYPO3\CMS\Install\Updates\SysFileMountIdentifierMigration\columnsExistInTable(), and TYPO3\CMS\Install\Updates\SysFileMountIdentifierMigration\hasRecordsToUpdate().

Member Data Documentation

◆ TABLE_NAME

const TYPO3\CMS\Install\Updates\SysFileMountIdentifierMigration::TABLE_NAME = 'sys_filemounts'
protected

Definition at line 33 of file SysFileMountIdentifierMigration.php.