‪TYPO3CMS  11.5
TYPO3\CMS\Install\Updates\RowUpdater\RowUpdaterInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Install\Updates\RowUpdater\RowUpdaterInterface:
TYPO3\CMS\Install\Updates\RowUpdater\L18nDiffsourceToJsonMigration TYPO3\CMS\Install\Updates\RowUpdater\WorkspaceMovePlaceholderRemovalMigration TYPO3\CMS\Install\Updates\RowUpdater\WorkspaceNewPlaceholderRemovalMigration TYPO3\CMS\Install\Updates\RowUpdater\WorkspaceVersionRecordsMigration

Public Member Functions

string getTitle ()
 
bool hasPotentialUpdateForTable (string $tableName)
 
array updateTableRow (string $tableName, array $row)
 

Detailed Description

Interface each single row updater must implement.

Definition at line 23 of file RowUpdaterInterface.php.

Member Function Documentation

◆ getTitle()

◆ hasPotentialUpdateForTable()

bool TYPO3\CMS\Install\Updates\RowUpdater\RowUpdaterInterface::hasPotentialUpdateForTable ( string  $tableName)

◆ updateTableRow()

array TYPO3\CMS\Install\Updates\RowUpdater\RowUpdaterInterface::updateTableRow ( string  $tableName,
array  $row 
)