![]() |
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 text, image and textpic to textmedia and move file relations from "image" to "media_references"' | |
![]() | |
$title | |
$identifier | |
Additional Inherited Members | |
![]() | |
$pObj | |
$userInput | |
$versionNumber | |
![]() | |
markWizardAsDone ($confValue=1) | |
isWizardDone () | |
getDatabaseConnection () | |
Migrate CTypes 'text', 'image' and 'textpic' to 'textmedia' for extension 'frontend'
Definition at line 22 of file ContentTypesToTextMediaUpdate.php.
checkForUpdate | ( | & | $description | ) |
Checks if an update is needed
string | &$description | The description for the update |
Definition at line 35 of file ContentTypesToTextMediaUpdate.php.
References AbstractUpdate\getDatabaseConnection(), ExtensionManagementUtility\isLoaded(), and AbstractUpdate\isWizardDone().
performUpdate | ( | array & | $databaseQueries, |
& | $customMessages | ||
) |
Performs the database update if old CTypes are available
array | &$databaseQueries | Queries done in this update |
mixed | &$customMessages | Custom messages |
Definition at line 73 of file ContentTypesToTextMediaUpdate.php.
References AbstractUpdate\getDatabaseConnection(), and AbstractUpdate\markWizardAsDone().
|
protected |
Definition at line 27 of file ContentTypesToTextMediaUpdate.php.