![]() |
TYPO3
7.6
|
Public Member Functions | |
checkForUpdate (&$description) | |
performUpdate (array &$databaseQueries, &$customMessages) | |
![]() | |
getTitle () | |
setTitle ($title) | |
getIdentifier () | |
setIdentifier ($identifier) | |
shouldRenderWizard () | |
shouldRenderNextButton () | |
checkIfTableExists ($table) | |
checkForUpdate (&$description) | |
performUpdate (array &$dbQueries, &$customMessages) | |
Protected Attributes | |
$title = 'Migrate CTypes textmedia database field "media" to "assets"' | |
![]() | |
$title | |
$identifier | |
Additional Inherited Members | |
![]() | |
$pObj | |
$userInput | |
$versionNumber | |
![]() | |
markWizardAsDone ($confValue=1) | |
isWizardDone () | |
getDatabaseConnection () | |
Migrate CTypes 'textmedia' to use 'assets' field instead of 'media'
Definition at line 20 of file MigrateMediaToAssetsForTextMediaCe.php.
checkForUpdate | ( | & | $description | ) |
Checks if an update is needed
string | &$description | The description for the update |
Definition at line 33 of file MigrateMediaToAssetsForTextMediaCe.php.
References AbstractUpdate\getDatabaseConnection(), AbstractUpdate\isWizardDone(), and AbstractUpdate\markWizardAsDone().
performUpdate | ( | array & | $databaseQueries, |
& | $customMessages | ||
) |
Performs the database update if old mediafile references are available
array | &$databaseQueries | Queries done in this update |
mixed | &$customMessages | Custom messages |
Definition at line 67 of file MigrateMediaToAssetsForTextMediaCe.php.
References AbstractUpdate\getDatabaseConnection(), and AbstractUpdate\markWizardAsDone().
|
protected |
Definition at line 25 of file MigrateMediaToAssetsForTextMediaCe.php.